This commit is contained in:
Gregory Burd 2023-10-02 17:14:04 +00:00
parent 8d55e8d947
commit f998b6322e

View file

@ -11,7 +11,7 @@
# Helper function for generating host configs
mkHost = { hostname, username, desktop ? null, installer ? null, platform ? "x86_64-linux" }: inputs.nixpkgs.lib.nixosSystem {
specialArgs = {
inherit inputs outputs desktop hostname username stateVersion;
inherit inputs outputs desktop hostname platform username stateVersion;
};
modules = [
../nixos