mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 00:55:58 +08:00
just: add fmt
This commit is contained in:
parent
fdc657190f
commit
6ba1455928
1 changed files with 3 additions and 0 deletions
3
justfile
3
justfile
|
|
@ -1,6 +1,9 @@
|
|||
default:
|
||||
@just --list
|
||||
|
||||
fmt:
|
||||
nix fmt
|
||||
|
||||
# Remote deploy to a host
|
||||
remote-deploy host='linux-builder':
|
||||
nixos-rebuild switch --fast --use-remote-sudo \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue