mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
system: Don't inherit firefox-addons directly
Fixes an issue where firefox-addons wasn't available in the example config.
This commit is contained in:
parent
88eec9d0e9
commit
40aca5aff6
@ -3,7 +3,6 @@
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
firefox-addons,
|
||||
...
|
||||
}:
|
||||
|
||||
@ -191,7 +190,7 @@ in
|
||||
};
|
||||
|
||||
extraSpecialArgs = {
|
||||
inherit firefox-addons;
|
||||
inherit (nix-config.inputs) firefox-addons;
|
||||
inherit phone;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user