From 6ba1455928a67f040f88a0531c5e23a16122d368 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 24 Feb 2024 17:50:14 -0500 Subject: [PATCH] just: add fmt --- justfile | 3 +++ 1 file changed, 3 insertions(+) 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 \