From ea4e549888afd1fb5656c4b385c724501ec1c118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Wed, 4 Sep 2024 15:31:06 +0200 Subject: [PATCH] upgrade nix version to latest --- config/nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/nix.nix b/config/nix.nix index e976064f..f6b83098 100644 --- a/config/nix.nix +++ b/config/nix.nix @@ -11,6 +11,7 @@ ]; nixpkgs.config.allowUnfree = true; nix = { + package = pkgs.nixVersions.latest; settings = { sandbox = true; trusted-users = ["@wheel" "remote-build"];