mirror of
https://github.com/justinwoo/easy-dhall-nix.git
synced 2024-12-25 19:29:44 +01:00
5 lines
68 B
Makefile
5 lines
68 B
Makefile
|
default: test
|
||
|
|
||
|
test:
|
||
|
nix-shell -A shell --pure --run './test.bash'
|