fix(job): use unmodified job for mkJobRun, otherwise it tries to run "setup_nix_ci" etc. when running locally, which doesn't make sense here
fix(sandbox_helper): fix comparisons, rename TMPDIR variable, add help
- fixes comparisons with true for flag variables
- renames TMPDIR to NGCI_TMPDIR so it doesn't interfere with the standardized TMPDIR var (and at some point accidentally deleting /tmp)
- add small help message when invalid arg/param is passed
- run
git add .on copied git repo in /tmp so staged files stay staged there aswell
- fixes comparisons with true for flag variables