Skip to content

Commit

Permalink
Drop all references to NIX_INDENT_MAKE
Browse files Browse the repository at this point in the history
Dead code since NixOS/nixpkgs@6669a3b
  • Loading branch information
dezgeg committed Aug 19, 2018
1 parent 458282b commit 2894197
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ let

makeFlags = "profiledir=$(out)/etc/profile.d";

preBuild = "unset NIX_INDENT_MAKE";

installFlags = "sysconfdir=$(out)/etc";

doInstallCheck = true;
Expand Down Expand Up @@ -103,8 +101,6 @@ let
enableParallelBuilding = true;

postUnpack = "sourceRoot=$sourceRoot/perl";

preBuild = "unset NIX_INDENT_MAKE";
});


Expand Down
1 change: 0 additions & 1 deletion src/nix-build/nix-build.cc
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,6 @@ void mainWrapped(int argc, char * * argv)
R"s([ -n "$PS1" ] && PS1='\n\[\033[1;32m\][nix-shell:\w]\$\[\033[0m\] '; )s"
"if [ \"$(type -t runHook)\" = function ]; then runHook shellHook; fi; "
"unset NIX_ENFORCE_PURITY; "
"unset NIX_INDENT_MAKE; "
"shopt -u nullglob; "
"unset TZ; %4%"
"%5%",
Expand Down

0 comments on commit 2894197

Please sign in to comment.