From 517b582f0e6fba16c7c4f4c779a1c7edf044a5f7 Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Thu, 8 Jun 2023 16:56:21 +0200 Subject: [PATCH] Use latest version of nix --- 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 61b1ef3..9956ead 100644 --- a/modules/nix-common/default.nix +++ b/modules/nix-common/default.nix @@ -28,7 +28,7 @@ in # }; nix = { - package = pkgs.nixVersions.stable; + package = pkgs.nixVersions.unstable; extraOptions = '' experimental-features = nix-command flakes '';