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