home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit ff93d39b89107134f4e9d7388a11d09b2c84819a
parent 59d37efcac302140b429592e723be30d2a4720af
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 13 Sep 2021 19:03:16 +0200

nix: Remove experimental-features

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/modules/core/nix.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/systems/modules/core/nix.nix b/systems/modules/core/nix.nix @@ -56,13 +56,13 @@ in daemonNiceLevel = 10; # if hydra is down, don't wait forever # package = pkgs.nixFlakes; + # experimental-features = flakes nix-command extraOptions = '' connect-timeout = 20 build-cores = 0 keep-outputs = true keep-derivations = true builders-use-substitutes = true - experimental-features = flakes nix-command ''; gc = { automatic = true;