From 0bd645024c0f60454fe014f5ad4b7e149aa3a7d0 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 9 Feb 2024 21:37:24 +0900 Subject: [PATCH] test --- lib/default.nix | 4 ++-- nixos/users/albert/desktop.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/default.nix b/lib/default.nix index 9020e1c2..d7900f15 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -45,12 +45,12 @@ unfree ? false }: inputs.${repo}.lib.nixosSystem { specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu system theme; }; - pkgs = import inputs.${repo} { + pkgs-unstable = import inputs.nixpkgs-unstable { inherit system; config.allowUnfree = unfree; hostPlatform = system; }; - pkgs-unstable = import inputs.nixpkgs-unstable { + pkgs = import inputs.${repo} { inherit system; config.allowUnfree = unfree; hostPlatform = system; diff --git a/nixos/users/albert/desktop.nix b/nixos/users/albert/desktop.nix index 66687da3..f55e0c9c 100644 --- a/nixos/users/albert/desktop.nix +++ b/nixos/users/albert/desktop.nix @@ -5,7 +5,7 @@ pkgs.steam pkgs.lutris pkgs.vlc - pkgs-unstable.intagestory + pkgs-unstable.intagestory ]; programs.steam = {