diff --git a/base/nix.nix b/base/nix.nix index 92e4b84..dd9842b 100644 --- a/base/nix.nix +++ b/base/nix.nix @@ -3,7 +3,7 @@ nixpkgs.config.allowUnfree = true; nix = { - package = pkgs.nixUnstable; + package = pkgs.nixStable; extraOptions = '' experimental-features = nix-command flakes '';