diff --git a/flake.nix b/flake.nix index 6828c98..13fc1e0 100644 --- a/flake.nix +++ b/flake.nix @@ -122,7 +122,7 @@ "mini-pc" = mkHost { specialArgs = { vars = import ./systems/userdata-default.nix; - pkgsVersion = nixpkgs-unstable; + pkgsVersion = nixpkgs; }; modules = [ ./users/anon ./systems/mini-pc/configuration.nix ]; };