forked from lix-project/nix-eval-jobs
parseCmdline: no allowShebang arg
This arg was only introduced in Nix 2.19 (commit ffd414eb756dcb3c64348551d5dbaf674c0d4900)
This commit is contained in:
parent
a2bd945259
commit
14e4308346
|
@ -100,5 +100,5 @@ MyArgs::MyArgs() : MixCommonArgs("nix-eval-jobs") {
|
||||||
}
|
}
|
||||||
|
|
||||||
void MyArgs::parseArgs(char **argv, int argc) {
|
void MyArgs::parseArgs(char **argv, int argc) {
|
||||||
parseCmdline(nix::argvToStrings(argc, argv), 0);
|
parseCmdline(nix::argvToStrings(argc, argv));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue