diff --git a/justfile b/justfile index a1b95f1..b02a0f8 100644 --- a/justfile +++ b/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 \