#!/bin/sh nix \ "$1" \ --no-update-lock-file \ --no-write-lock-file \ --override-input flaky-utils ../ \ --override-input nixpkgs nixpkgs \ "${@:2}"