From 7af7be81e78211a5958ca9f07fa598d3f5622022 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Wed, 18 Sep 2024 10:19:18 +0200 Subject: [PATCH] switch back to nix latest as the vuln has been patched --- hosts/common/core/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/core/nix.nix b/hosts/common/core/nix.nix index c2afdd0..2e780a0 100644 --- a/hosts/common/core/nix.nix +++ b/hosts/common/core/nix.nix @@ -4,7 +4,7 @@ ... }: { nix = { - package = pkgs.nixVersions.nix_2_23; + package = pkgs.nixVersions.latest; settings = { experimental-features = [ "flakes"