Commit f4cc01a45c5d

Vincent Demeester <vincent@sbr.pm>
2020-11-26 11:39:01
systems: enable flake and builders-use-substitutes
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 7067b2f
Changed files (1)
systems
modules
systems/modules/core/nix.nix
@@ -62,6 +62,8 @@ in
         build-cores = 0
         keep-outputs = true
         keep-derivations = true
+        builders-use-substitutes = true
+        experimental-features = flakes nix-command
       '';
       gc = {
         automatic = true;