1 2 3 4 5 6 7 8
#!/bin/sh nix \ "$1" \ --no-update-lock-file \ --no-write-lock-file \ --override-input flaky-utils ../ \ "${@:2}"