chore: flake update

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2026-01-19 00:16:03 -03:00
parent 0180400c9b
commit 3de520b349
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
5 changed files with 48 additions and 48 deletions

View file

@ -70,7 +70,7 @@
nixpkgs.lib.nixosSystem { inherit system specialArgs modules; };
};
formatter."${system}" = pkgs.nixfmt-rfc-style;
formatter."${system}" = pkgs.nixfmt;
packages."${system}" = {
deadlock-api-ingest = pkgs.callPackage ./packages/deadlock-api-ingest.nix { };