builder: fix config
Some checks failed
Update Nix Flake / update-flake (push) Failing after 15s

This commit is contained in:
2025-04-28 22:44:33 +02:00
parent 8d94428f77
commit d335f6c892
5 changed files with 37 additions and 86 deletions

View File

@ -111,6 +111,12 @@
inherit inputs outputs;
};
};
builder = lib.nixosSystem {
modules = [./hosts/builder];
specialArgs = {
inherit inputs outputs;
};
};
};
# Standalone HM