aboutsummaryrefslogtreecommitdiff
path: root/example/nix.sh
blob: 748c80cffb45fd180b3be936ca4c02a05e5351cc (plain)
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}"