forked from lix-project/lix
c698ec1f22
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). |
||
---|---|---|
.. | ||
local.mk | ||
nix-build.cc |