This commit is contained in:
parent
5f1fb1c1a4
commit
b6a9c7e6a4
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue