nix: use 'inputsFrom'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bruno BELANYI 2021-10-08 15:49:05 +02:00
parent 5f1fb1c1a4
commit b6a9c7e6a4

View file

@ -63,10 +63,8 @@
devShell = pkgs.mkShell { devShell = pkgs.mkShell {
name = "matrix-notifier"; name = "matrix-notifier";
buildInputs = with pkgs; [ inputsFrom = with self.packages.${system}; [
curl matrix-notifier
jq
shellcheck
]; ];
inherit (self.checks.${system}.pre-commit) shellHook; inherit (self.checks.${system}.pre-commit) shellHook;