lix/src/nix-build
Tuomas Tynkkynen c698ec1f22 nix-shell: Fix 'nix-shell -i'
The 'args' variable here is shadowing one in the outer scope and its
contents end up unused. This causes any '#! nix-shell' lines to
effectively be ignored. The intention here was to clear the args vector,
as far as I can tell (and it seems to work).
2017-01-03 10:11:09 +02:00
..
local.mk nix-build: Port to c++ 2016-08-09 07:42:20 -04:00
nix-build.cc nix-shell: Fix 'nix-shell -i' 2017-01-03 10:11:09 +02:00