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