mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
chore: silence warnings in shell.nix
This commit is contained in:
parent
c783d1123a
commit
0d5e354227
1 changed files with 4 additions and 6 deletions
10
shell.nix
10
shell.nix
|
@ -30,15 +30,13 @@ let
|
|||
};
|
||||
in
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
colmena
|
||||
npins
|
||||
nativeBuildInputs = [
|
||||
pkgs.colmena
|
||||
pkgs.npins
|
||||
agenix
|
||||
bootstrap
|
||||
update-deps
|
||||
statix
|
||||
rbw
|
||||
pinentry
|
||||
pkgs.statix
|
||||
];
|
||||
shellHook = ''
|
||||
${pre-commit-hook.shellHook}
|
||||
|
|
Loading…
Add table
Reference in a new issue