add statix and git to devShell
This commit is contained in:
parent
692bdf3686
commit
5905997912
1 changed files with 2 additions and 0 deletions
|
@ -113,7 +113,9 @@
|
||||||
formatter = pkgs.alejandra;
|
formatter = pkgs.alejandra;
|
||||||
devShells.default = mkShell {
|
devShells.default = mkShell {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
git
|
||||||
git-crypt
|
git-crypt
|
||||||
|
statix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue