From 0a131668662781a35440ff96e45194421b158f8b Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Wed, 11 Sep 2024 21:31:52 +0200 Subject: [PATCH] nix: Downgrade to 2.23 due to issues with devenv --- modules/nix-common/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/nix-common/default.nix b/modules/nix-common/default.nix index 24bded0..8f58987 100644 --- a/modules/nix-common/default.nix +++ b/modules/nix-common/default.nix @@ -38,7 +38,8 @@ in # }; nix = { - package = pkgs.nixVersions.latest; + # package = pkgs.nixVersions.latest; + package = pkgs.nixVersions.nix_2_23; buildMachines = mkIf cfg.remote-builders [ {