From cc2aa2b6c3b3af841647de82450975534498021e Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Sat, 1 Jun 2024 14:00:19 +0200 Subject: [PATCH] use 24.05 on mini-pc --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; };