From d97cc2d59da88eefa88ee8d3cdd1739b8a215a9b Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Thu, 15 Dec 2016 22:25:11 +0100 Subject: [PATCH] lnl: remove distributedBuilds --- modules/examples/lnl.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index 3a7f4908..04f78e19 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -117,8 +117,6 @@ environment.shellAliases.gl = "git log --graph --oneline"; environment.shellAliases.gd = "git diff --minimal --patch"; - nix.distributedBuilds = true; - nix.nixPath = [ # Use local nixpkgs checkout instead of channels. "darwin=$HOME/.nix-defexpr/darwin"