mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 20:40:24 +01:00
9 lines
234 B
Makefile
9 lines
234 B
Makefile
# List all the just commands
|
|
default:
|
|
@just --list
|
|
|
|
# Enter a shell session which has all the necessary tools for this flake
|
|
[linux]
|
|
test:
|
|
nix build ".#nixosConfigurations.ai.config.system.build.toplevel" --show-trace --verbose
|