9 lines
138 B
Makefile
9 lines
138 B
Makefile
|
_default:
|
||
|
just --list
|
||
|
|
||
|
build profile:
|
||
|
nix build --json --no-link --print-build-logs ".#{{ profile }}"
|
||
|
|
||
|
check:
|
||
|
nix flake check
|