just: Group remaining commands into utility group

This commit is contained in:
SebastianStork 2026-02-15 00:31:26 +01:00
parent 050d607cd3
commit c85c6619b7
Signed by: SebastianStork
SSH key fingerprint: SHA256:iEM011ogNMG1q8+U500adGu/9rpPuZ2KnFtbdLeqTiI

View file

@ -1,23 +1,29 @@
set quiet := true
list:
_list:
just --list --unsorted
[group('utility')]
update:
nix flake update --commit-lock-file
[group('utility')]
fmt:
nix fmt
[group('utility')]
check:
nix flake check
[group('utility')]
check-lite:
nix flake check --no-build
[group('utility')]
repair:
nix-store --verify --check-contents --repair
[group('utility')]
repl host='$(hostname)':
nix repl .#allHosts.{{ host }}