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

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