Forgot to pass inputs
This commit is contained in:
parent
7ae9f55095
commit
e556e5cd32
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
||||||
) hosts)
|
) hosts)
|
||||||
// {
|
// {
|
||||||
template = nixpkgs.lib.nixosSystem {
|
template = nixpkgs.lib.nixosSystem {
|
||||||
|
specialArgs = { inherit inputs; };
|
||||||
modules = [ ./systems/template/configuration.nix ];
|
modules = [ ./systems/template/configuration.nix ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue