diff --git a/modules/basic/nix.nix b/modules/basic/nix.nix index c5b7f7a..a4d83c2 100644 --- a/modules/basic/nix.nix +++ b/modules/basic/nix.nix @@ -3,7 +3,7 @@ { nixpkgs.config.allowUnfree = true; nix = { - package = pkgs.nixUnstable; + package = pkgs.nixVersions.latest; settings = { sandbox = true; cores = 0;