From e0fa943193ca658053087e4b07b6c6002aae3ae2 Mon Sep 17 00:00:00 2001 From: Morten Olsen Date: Mon, 6 May 2024 20:39:39 +0200 Subject: [PATCH] switch to latest --- modules/basic/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;