From fa28f4c4333ab7b74dde4b0ddc936fd2a039945f Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 5 May 2026 22:38:34 -0700 Subject: [PATCH] nix: set alejandra formatter --- nixos/flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/flake.nix b/nixos/flake.nix index 2e75d7da..4d62586d 100644 --- a/nixos/flake.nix +++ b/nixos/flake.nix @@ -512,6 +512,8 @@ inherit pkgs system tangledConfig org-agenda-api orgApiRev dotfilesRev; }; in { + formatter = pkgs.alejandra; + packages = { colonelpanic-org-agenda-api = containerLib.containers.colonelpanic; kat-org-agenda-api = containerLib.containers.kat;