nix: use 'inputsFrom'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bruno BELANYI 2021-10-08 15:49:05 +02:00
parent 5f1fb1c1a4
commit b6a9c7e6a4
1 changed files with 2 additions and 4 deletions

View File

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