From bf58de823384259318edf550cf6e2ec93c900bb3 Mon Sep 17 00:00:00 2001 From: osbm Date: Mon, 13 Jan 2025 20:33:18 +0300 Subject: [PATCH] add formatter --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 1e11ae6..5b2ffc3 100644 --- a/flake.nix +++ b/flake.nix @@ -86,5 +86,6 @@ }; }; formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.alejandra; + formatter.aarch64-linux = nixpkgs.legacyPackages.aarch64-linux.alejandra; }; }