From ee2938e2e4ee45829a4a33108a96f7f9fda752ce Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Sun, 22 Jan 2017 13:38:30 +0100 Subject: [PATCH] lnl: disable pre-build hook --- modules/examples/lnl.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index f9f0e50..71c8564 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -41,6 +41,9 @@ services.activate-system.enable = true; + nix.distributedBuilds = true; + nix.extraOptions = "pre-build-hook = "; + nix.binaryCachePublicKeys = [ "cache.daiderd.com-1:R8KOWZ8lDaLojqD+v9dzXAqGn29gEzPTTbr/GIpCTrI=" ]; nix.trustedBinaryCaches = [ http://cache1 https://cache.daiderd.com ]; @@ -146,9 +149,7 @@ ]; nixpkgs.config.allowUnfree = true; - - nixpkgs.config.packageOverrides = pkgs: { - }; + nixpkgs.config.packageOverrides = pkgs: { }; # TODO: add module for per-user config, etc, ... environment.etc."per-user/lnl/gitconfig".text = ''