From 28e99df608c69f6896ab3232a8b4a368dd60c083 Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Tue, 7 May 2024 08:47:22 +0200 Subject: [PATCH] nix: nixVersions.unstable -> nixVersions.latest --- modules/nix-common/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nix-common/default.nix b/modules/nix-common/default.nix index ed051f2..1de0a0d 100644 --- a/modules/nix-common/default.nix +++ b/modules/nix-common/default.nix @@ -33,7 +33,7 @@ in # }; nix = { - package = pkgs.nixVersions.unstable; + package = pkgs.nixVersions.latest; buildMachines = mkIf cfg.remote-builders [ {