Miniflux and Woodpecker (#13)

This commit is contained in:
Patrick Stevens
2023-07-20 13:21:41 +01:00
committed by GitHub
parent d08cf9bec3
commit 8218d37a15
18 changed files with 250 additions and 62 deletions

View File

@@ -71,7 +71,7 @@
};
};
devShells = let
requirements = [pkgs.dotnet-sdk_7 pkgs.git pkgs.alejandra pkgs.nodePackages.markdown-link-check];
requirements = [pkgs.dotnet-sdk_7 pkgs.git pkgs.alejandra pkgs.nodePackages.markdown-link-check pkgs.jq];
in {
default = pkgs.mkShell {
buildInputs =