Forgot to pass inputs

This commit is contained in:
kalle 2025-02-04 02:44:50 +01:00
parent 7ae9f55095
commit e556e5cd32

View file

@ -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 ];
}; };
}; };