test
This commit is contained in:
parent
630f054223
commit
519f73c7d7
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@
|
|||
repo ? "nixpkgs",
|
||||
unfree ? false
|
||||
}: 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 nixpkgs-unstable; };
|
||||
pkgs = import inputs.${repo} {
|
||||
inherit system;
|
||||
config.allowUnfree = unfree;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
pkgs.steam
|
||||
pkgs.lutris
|
||||
pkgs.vlc
|
||||
inputs.nixpkgs-unstable.legacyPackages.${system}.vintagestory {config.allowUnfree = true;}
|
||||
inputs.nixpkgs-unstable.legacyPackages.${system}.vintagestory { allowUnfree = true; }
|
||||
];
|
||||
|
||||
programs.steam = {
|
||||
|
|
Loading…
Reference in a new issue