mirror of
https://github.com/justinwoo/easy-dhall-nix.git
synced 2024-11-23 03:29:42 +01:00
4 lines
68 B
Makefile
4 lines
68 B
Makefile
default: test
|
|
|
|
test:
|
|
nix-shell -A shell --pure --run './test.bash'
|