mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +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,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
config,
|
config,
|
||||||
firefox-addons,
|
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -191,7 +190,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
extraSpecialArgs = {
|
extraSpecialArgs = {
|
||||||
inherit firefox-addons;
|
inherit (nix-config.inputs) firefox-addons;
|
||||||
inherit phone;
|
inherit phone;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user