Try adding special args?
This commit is contained in:
parent
937f5a083f
commit
c29b0d1d6a
|
@ -121,6 +121,7 @@
|
||||||
# ISO for EDI, can be built using nix build .#EDIISO
|
# ISO for EDI, can be built using nix build .#EDIISO
|
||||||
EDIISO = nixos-generators.nixosGenerate {
|
EDIISO = nixos-generators.nixosGenerate {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
specialArgs = {inherit inputs outputs;};
|
||||||
modules = [
|
modules = [
|
||||||
./nixos/hosts/EDI/configuration.nix
|
./nixos/hosts/EDI/configuration.nix
|
||||||
sops-nix.nixosModules.sops
|
sops-nix.nixosModules.sops
|
||||||
|
|
Loading…
Reference in a new issue