From d7ef172ba0d2d77ac9f8f99c113f5264590d753b Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 7 Jan 2024 10:33:17 +0800 Subject: [PATCH] config: set stable Nix as default Nix package I should've set this in the first place. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 3e9f9442..19b2a860 100644 --- a/flake.nix +++ b/flake.nix @@ -278,7 +278,7 @@ inputs; # Set the package for generating the configuration. - nix.package = lib.mkDefault pkgs.nixUnstable; + nix.package = lib.mkDefault pkgs.nixStable; # Set the configurations for the package manager. nix.settings = {