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",
|
type ? "default",
|
||||||
repo ? "nixpkgs",
|
repo ? "nixpkgs",
|
||||||
unfree ? false
|
unfree ? false
|
||||||
}:
|
}:inputs.${repo}.lib.nixosSystem {
|
||||||
inputs.${repo}.lib.nixosSystem {
|
|
||||||
specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu system theme; };
|
specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu system theme; };
|
||||||
|
|
||||||
pkgs = import inputs.${repo} {
|
pkgs = import inputs.${repo} {
|
||||||
|
@ -66,7 +65,6 @@
|
||||||
inputs.lanzaboote.nixosModules.lanzaboote
|
inputs.lanzaboote.nixosModules.lanzaboote
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
|
||||||
# Combines mkHost and mkHome for image building
|
# Combines mkHost and mkHome for image building
|
||||||
mkImage = {
|
mkImage = {
|
||||||
|
|
Loading…
Reference in a new issue