From fe643f065b8d40714c4fced2c41a3aca5e986be6 Mon Sep 17 00:00:00 2001 From: Superredstone Date: Fri, 6 Feb 2026 08:36:37 +0100 Subject: [PATCH] Added a command to format code --- Justfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Justfile b/Justfile index e6e2e65..45cb400 100644 --- a/Justfile +++ b/Justfile @@ -1,6 +1,6 @@ [default] _default: - @just --list + @just --list [group("utils")] machine: @@ -9,6 +9,7 @@ machine: [group("utils")] clean-code: sudo nix run nixpkgs#deadnix -- -eq + sudo nix run nixpkgs#nixfmt -- **/**.nix [group("maintenance")] switch args="":