1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-29 06:21:14 +02:00

Drop all references to NIX_INDENT_MAKE

Dead code since 6669a3b477
This commit is contained in:
Tuomas Tynkkynen 2018-08-20 02:01:59 +03:00
parent 458282be59
commit 2894197de7
2 changed files with 0 additions and 5 deletions

View file

@ -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%",