diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2017-01-22 13:38:30 +0100 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2017-01-22 13:38:30 +0100 |
| commit | ee2938e2e4ee45829a4a33108a96f7f9fda752ce (patch) | |
| tree | c98f16ab3e049cbfd9e7c65a08244f60d01f13fa /modules/examples | |
| parent | 40eb4254d548ef79398ef4335bdd0ed960d9e995 (diff) | |
lnl: disable pre-build hook
Diffstat (limited to 'modules/examples')
| -rw-r--r-- | modules/examples/lnl.nix | 7 |
1 files 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 = '' |
