test
This commit is contained in:
parent
f70a893672
commit
d0c8004f2e
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@
|
||||||
repo ? "nixpkgs"
|
repo ? "nixpkgs"
|
||||||
}: inputs.nixpkgs.lib.nixosSystem {
|
}: inputs.nixpkgs.lib.nixosSystem {
|
||||||
specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu platform theme; };
|
specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu platform theme; };
|
||||||
pkgs = import inputs.${repo} { inherit "${platform}"; };
|
system = ${platform};
|
||||||
|
pkgs = import inputs.${repo} { inherit system; };
|
||||||
|
|
||||||
modules = [
|
modules = [
|
||||||
# Types are 'default', 'small', and 'minimal'
|
# Types are 'default', 'small', and 'minimal'
|
||||||
|
|
Loading…
Reference in a new issue