Merge pull request #135833 from dbirks/add-shepherd

shepherd: init at 1.14.1
This commit is contained in:
Dmitry Kalinkin
2021-08-28 02:52:06 -04:00
committed by GitHub
3 changed files with 950 additions and 2086 deletions
@@ -6,6 +6,7 @@
, "@commitlint/cli"
, "@commitlint/config-conventional"
, "@hyperspace/cli"
, "@nerdwallet/shepherd"
, "@nestjs/cli"
, "@squoosh/cli"
, "@vue/cli"
File diff suppressed because it is too large Load Diff
+2
View File
@@ -25124,6 +25124,8 @@ with pkgs;
pmbootstrap = python3Packages.callPackage ../tools/misc/pmbootstrap/default.nix { };
shepherd = nodePackages."@nerdwallet/shepherd";
slack = callPackage ../applications/networking/instant-messengers/slack { };
slack-cli = callPackage ../tools/networking/slack-cli { };