From a76c7b29251921956bbcf71f1ce87a343db3cc16 Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Thu, 5 Jan 2023 17:10:42 +0100 Subject: [PATCH] Updated nix for 22.11 (2) --- modules/nix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nix/default.nix b/modules/nix/default.nix index 06d1c44..91002b4 100644 --- a/modules/nix/default.nix +++ b/modules/nix/default.nix @@ -12,7 +12,6 @@ with lib; { nixpkgs.config.allowUnfree = true; nix = { - autoOptimiseStore = true; package = pkgs.unstable.nix; extraOptions = '' experimental-features = nix-command flakes @@ -23,6 +22,7 @@ with lib; ]; settings = { + auto-optimise-store = true; substituters = [ "https://cache.nixos.org" "https://bin.julienmalka.me"