From c5fe8cf845725e12741eb42d7155183b255a4c88 Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Mon, 2 Oct 2023 09:44:18 +0200 Subject: [PATCH] Keep nix at 2.17 until issue is fixed (see comment) --- 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 9956ead..40877da 100644 --- a/modules/nix-common/default.nix +++ b/modules/nix-common/default.nix @@ -28,7 +28,7 @@ in # }; nix = { - package = pkgs.nixVersions.unstable; + package = pkgs.nixVersions.nix_2_17; # Temporary until https://github.com/NixOS/nix/issues/9052 is fixed extraOptions = '' experimental-features = nix-command flakes '';