diff --git a/flake.nix b/flake.nix index 7c2bc1c..1437d34 100644 --- a/flake.nix +++ b/flake.nix @@ -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;