mirror of
https://github.com/justinwoo/easy-dhall-nix.git
synced 2024-11-14 23:29:41 +01:00
5 lines
83 B
Bash
5 lines
83 B
Bash
|
#!/usr/bin/env sh
|
||
|
set -e
|
||
|
test_script="$(nix-build ./test.nix)"
|
||
|
exec "$test_script"
|