1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-29 01:48:31 +02:00
home-manager/tests
Damien Cassou bf4b576f84
firefox: restore compatibility for extraPolicies
This commit makes it possible to specify Firefox' extraPolicies
through:

    programs.firefox.package = pkgs.firefox.override {
      extraPolicies = {... }
    }

This was possible in the past but was broken by:

  3feeb77155
  firefox: add support for specifying policies (#4626)
2024-01-16 09:04:30 +01:00
..
lib lib: add functions to create DAGs from lists 2023-06-05 23:08:30 +02:00
modules firefox: restore compatibility for extraPolicies 2024-01-16 09:04:30 +01:00
asserts.nix treewide: remove now-redundant lib.mdDoc calls 2023-07-17 18:49:09 +01:00
big-test.nix treewide: remove now-redundant lib.mdDoc calls 2023-07-17 18:49:09 +01:00
default.nix tests: use nmt from Nixpkgs 2024-01-14 22:57:56 +01:00
stubs.nix tests: add mainProgram to stub packages 2023-09-24 09:48:46 +02:00