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