This commit is contained in:
parent
5f1fb1c1a4
commit
b6a9c7e6a4
1 changed files with 2 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue