Skip to content

Commit

Permalink
system: Don't inherit firefox-addons directly
Browse files Browse the repository at this point in the history
Fixes an issue where firefox-addons wasn't available in the example
config.
  • Loading branch information
donovanglover committed Aug 16, 2024
1 parent 88eec9d commit 40aca5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/system.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
pkgs,
lib,
config,
firefox-addons,
...
}:

Expand Down Expand Up @@ -191,7 +190,7 @@ in
};

extraSpecialArgs = {
inherit firefox-addons;
inherit (nix-config.inputs) firefox-addons;
inherit phone;
};
};
Expand Down

0 comments on commit 40aca5a

Please sign in to comment.