feat: add alejandra and nixd as build inputs.
This commit is contained in:
parent
0cc422c6e2
commit
acd741c7a4
1 changed files with 4 additions and 1 deletions
|
|
@ -15,4 +15,7 @@
|
|||
};
|
||||
};
|
||||
in
|
||||
pkgs.mkShell {inherit (git-check) shellHook;}
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [alejandra nixd];
|
||||
inherit (git-check) shellHook;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue