feat(devenv): add statix

This commit is contained in:
uku 2024-05-18 12:35:02 +02:00
parent 1f86d66063
commit aa8c49c5bd
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
6 changed files with 24 additions and 17 deletions

View file

@ -1,7 +1,12 @@
{
perSystem = {pkgs, ...}: {
devShells.default = pkgs.mkShellNoCC {
packages = with pkgs; [just nil deploy-rs];
packages = with pkgs; [
just
nil
statix
deploy-rs
];
};
formatter = pkgs.alejandra;