From 643dc4bae9a3d3e3f26a632d18503f24ebdd63c6 Mon Sep 17 00:00:00 2001 From: Superredstone Date: Sun, 8 Feb 2026 10:11:19 +0100 Subject: [PATCH] feat: add Justfile for automation --- Justfile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Justfile diff --git a/Justfile b/Justfile new file mode 100644 index 0000000..f12311e --- /dev/null +++ b/Justfile @@ -0,0 +1,3 @@ +format: + nix run nixpkgs#deadnix -- -eq + nix run nixpkgs#nixfmt-tree