add statix and git to devShell

This commit is contained in:
Adithya 2023-08-05 14:44:19 +05:30
parent 692bdf3686
commit 5905997912
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -113,7 +113,9 @@
formatter = pkgs.alejandra;
devShells.default = mkShell {
buildInputs = [
git
git-crypt
statix
];
};
}