aboutsummaryrefslogtreecommitdiff
path: root/example/nix.sh
blob: 465f93d0e285a86378773651ac3630ce5030df32 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

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