nix: add openssh to dev shell
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Bruno BELANYI 2021-08-08 16:43:33 +02:00
parent 445b879afa
commit cd808f311a

View file

@ -67,6 +67,7 @@
buildInputs = with pkgs; [
gnumake
hugo
openssh
];
inherit (self.checks.${system}.pre-commit) shellHook;