8 lines
57 B
Makefile
8 lines
57 B
Makefile
|
build:
|
||
|
nix-build -A build
|
||
|
|
||
|
shell:
|
||
|
nix-shell -A shell
|
||
|
|
||
|
|