1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-16 13:28:16 +00:00

lnl: remove distributedBuilds

This commit is contained in:
Daiderd Jordan 2016-12-15 22:25:11 +01:00
parent 68ffdbeb37
commit d97cc2d59d
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -117,8 +117,6 @@
environment.shellAliases.gl = "git log --graph --oneline"; environment.shellAliases.gl = "git log --graph --oneline";
environment.shellAliases.gd = "git diff --minimal --patch"; environment.shellAliases.gd = "git diff --minimal --patch";
nix.distributedBuilds = true;
nix.nixPath = nix.nixPath =
[ # Use local nixpkgs checkout instead of channels. [ # Use local nixpkgs checkout instead of channels.
"darwin=$HOME/.nix-defexpr/darwin" "darwin=$HOME/.nix-defexpr/darwin"