Forgot to pass inputs

main
kalle 2025-02-04 02:44:50 +01:00
parent 7ae9f55095
commit e556e5cd32
1 changed files with 1 additions and 0 deletions

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