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
commit d9887396d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 950 additions and 2086 deletions

View File

@ -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

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 { };