test
This commit is contained in:
parent
f5c9ecac8c
commit
6be1a4a516
1 changed files with 9 additions and 11 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue