This commit is contained in:
iFargle 2024-02-09 22:59:27 +09:00
parent f5c9ecac8c
commit 6be1a4a516

View file

@ -43,8 +43,7 @@
type ? "default",
repo ? "nixpkgs",
unfree ? false
}:
inputs.${repo}.lib.nixosSystem {
}:inputs.${repo}.lib.nixosSystem {
specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu system theme; };
pkgs = import inputs.${repo} {
@ -66,7 +65,6 @@
inputs.lanzaboote.nixosModules.lanzaboote
];
};
};
# Combines mkHost and mkHome for image building
mkImage = {