feat(devenv): add statix
This commit is contained in:
parent
1f86d66063
commit
aa8c49c5bd
6 changed files with 24 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue