mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 14:19:08 +01:00
just: Split check command into check and check-lite
This commit is contained in:
parent
8f61e81e81
commit
da9eceda88
1 changed files with 3 additions and 0 deletions
3
justfile
3
justfile
|
|
@ -10,6 +10,9 @@ fmt:
|
|||
nix fmt
|
||||
|
||||
check:
|
||||
nix flake check
|
||||
|
||||
check-lite:
|
||||
nix flake check --no-build
|
||||
|
||||
repair:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue