From 2ea723f68cc41507c9ebb67c3883512b1e8b8af0 Mon Sep 17 00:00:00 2001 From: devhell Date: Mon, 15 Nov 2021 20:41:25 +0000 Subject: {machines,modules}/devhell: Switch to Nix 2.4 This commit also includes a bit of drying the `auto-optimise-store` Nix option. --- modules/user/devhell/profiles/base.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules') diff --git a/modules/user/devhell/profiles/base.nix b/modules/user/devhell/profiles/base.nix index 29471f82..2092482d 100644 --- a/modules/user/devhell/profiles/base.nix +++ b/modules/user/devhell/profiles/base.nix @@ -17,6 +17,10 @@ in { nix = { buildCores = 0; useSandbox = true; + extraOptions = '' + auto-optimise-store = true; + experimental-features = nix-command flakes + ''; }; time = { -- cgit 1.4.1