This commit is contained in:
iFargle 2024-02-09 22:30:13 +09:00
parent 630f054223
commit 519f73c7d7
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@
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 nixpkgs-unstable; };
pkgs = import inputs.${repo} { pkgs = import inputs.${repo} {
inherit system; inherit system;
config.allowUnfree = unfree; config.allowUnfree = unfree;

View file

@ -5,7 +5,7 @@
pkgs.steam pkgs.steam
pkgs.lutris pkgs.lutris
pkgs.vlc pkgs.vlc
inputs.nixpkgs-unstable.legacyPackages.${system}.vintagestory {config.allowUnfree = true;} inputs.nixpkgs-unstable.legacyPackages.${system}.vintagestory { allowUnfree = true; }
]; ];
programs.steam = { programs.steam = {