add all the keys

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-04-13 17:20:58 -04:00
committed by Alice Huston
parent adf17a1585
commit 5d40272ca7
14 changed files with 321 additions and 0 deletions

View File

@ -341,6 +341,8 @@
packages = [
self.formatter.${system}
nixpkgs.legacyPackages.${system}.deadnix
nixpkgs.legacyPackages.${system}.treefmt
nixpkgs.legacyPackages.${system}.pre-commit
];
shellHook = (nix-pre-commit.lib.${system}.mkConfig { inherit pkgs config; }).shellHook;
}