summaryrefslogtreecommitdiff
path: root/ofborg/tickborg/test-nix/bin/nix-instantiate
blob: 5cf75e2dc0b21183788d3b0a5b5462fc560d72e8 (plain)
1
2
3
4
#!/usr/bin/env bash

export PATH=${PATH#*:}
exec nix-instantiate "$@" -I "ofborg-test-bash=$(command -v bash)"