about summary refs log tree commit diff
path: root/machines/devhell
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2021-11-15 20:41:25 +0000
committerdevhell <devhell@mailfresser.de>2021-11-15 20:42:37 +0000
commit2ea723f68cc41507c9ebb67c3883512b1e8b8af0 (patch)
tree82211fc3b310cb95a0375130ac5d66ef70fe5f14 /machines/devhell
parent895a679fd43f7e236135705aaee3d58201d32a1f (diff)
{machines,modules}/devhell: Switch to Nix 2.4
This commit also includes a bit of drying the `auto-optimise-store` Nix
option.
Diffstat (limited to 'machines/devhell')
-rw-r--r--machines/devhell/eir.nix3
-rw-r--r--machines/devhell/gunnr.nix3
-rw-r--r--machines/devhell/herja.nix3
-rw-r--r--machines/devhell/hildr.nix3
4 files changed, 0 insertions, 12 deletions
diff --git a/machines/devhell/eir.nix b/machines/devhell/eir.nix
index e9d76180..6e9a5eb7 100644
--- a/machines/devhell/eir.nix
+++ b/machines/devhell/eir.nix
@@ -83,9 +83,6 @@
 
   nix = {
     maxJobs = lib.mkDefault 4;
-    extraOptions = ''
-      auto-optimise-store = true
-    '';
   };
 
   i18n = {
diff --git a/machines/devhell/gunnr.nix b/machines/devhell/gunnr.nix
index 058c2102..3ca2a195 100644
--- a/machines/devhell/gunnr.nix
+++ b/machines/devhell/gunnr.nix
@@ -79,9 +79,6 @@
 
   nix = {
     maxJobs = lib.mkDefault 16;
-    extraOptions = ''
-      auto-optimise-store = true
-    '';
   };
 
   i18n = {
diff --git a/machines/devhell/herja.nix b/machines/devhell/herja.nix
index d62057c5..866a46ad 100644
--- a/machines/devhell/herja.nix
+++ b/machines/devhell/herja.nix
@@ -85,9 +85,6 @@
 
   nix = {
     maxJobs = lib.mkDefault 8;
-    extraOptions = ''
-      auto-optimise-store = true
-    '';
   };
 
   i18n = {
diff --git a/machines/devhell/hildr.nix b/machines/devhell/hildr.nix
index 0c3e777d..a8139654 100644
--- a/machines/devhell/hildr.nix
+++ b/machines/devhell/hildr.nix
@@ -77,9 +77,6 @@
 
   nix = {
     maxJobs = lib.mkDefault 4;
-    extraOptions = ''
-      auto-optimise-store = true
-    '';
   };
 
   i18n = {