add formatter

This commit is contained in:
Noa Aarts 2025-09-28 20:41:34 +02:00
parent 0c3de3f82e
commit f25ee22743
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -115,5 +115,6 @@
automapaper = ./modules/automapaper;
};
packages = import ./packages { inherit nixpkgs; };
formatter.x86_64-linux = inputs.nixpkgs.legacyPackages.x86_64-linux.nixfmt-tree;
};
}