diff options
Diffstat (limited to 'example/nix.sh')
-rwxr-xr-x | example/nix.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/nix.sh b/example/nix.sh index 748c80c..465f93d 100755 --- a/example/nix.sh +++ b/example/nix.sh | |||
@@ -5,4 +5,5 @@ nix \ | |||
5 | --no-update-lock-file \ | 5 | --no-update-lock-file \ |
6 | --no-write-lock-file \ | 6 | --no-write-lock-file \ |
7 | --override-input flaky-utils ../ \ | 7 | --override-input flaky-utils ../ \ |
8 | --override-input nixpkgs nixpkgs \ | ||
8 | "${@:2}" | 9 | "${@:2}" |