summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-11-12 22:57:51 -0500
committerseth <[email protected]>2023-11-13 05:17:34 +0000
commitd56d0d08519f32ce8551f85ffe8a1c59ef9ee4db (patch)
tree5dab522fa261e78b67b62667fe0daaca20266e9f
parentecf08ff4f349b23c3238c69211ad07939624a350 (diff)
flake: add formatter output
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index c7d48f9..7161570 100644
--- a/flake.nix
+++ b/flake.nix
@@ -41,6 +41,8 @@
pkgs' // {default = pkgs'.treefetch;}
);
+ formatter = forAllSystems (pkgs: pkgs.alejandra);
+
overlays.default = final: prev: (import ./pkgs final prev);
templates = let