git-standup: remove from nodePackages

The package is already in-tree, this is just maintainance
This commit is contained in:
Pyrox 2024-06-26 01:14:45 -04:00
parent 3769419630
commit 7eddea0c28
No known key found for this signature in database
GPG Key ID: 8CDF3F7CAA53A0F5
3 changed files with 1 additions and 19 deletions

View File

@ -84,6 +84,7 @@ mapAliases {
flood = pkgs.flood; # Added 2023-07-25
generator-code = throw "generator-code was removed because it provides no executable"; # added 2023-09-24
git-ssb = throw "git-ssb was removed because it was broken"; # added 2023-08-21
inherit (pkgs) git-standup; # added 2024-06-26
inherit (pkgs) gitmoji-cli; # added 2023-09-23
glob = pkgs.node-glob; # added 2023-08-18
inherit (pkgs) gqlint; # added 2023-08-19

View File

@ -114,7 +114,6 @@
, "gatsby-cli"
, "get-graphql-schema"
, "git-run"
, "git-standup"
, "@gitbeaker/cli"
, "gramma"
, "grammarly-languageserver"

View File

@ -74299,24 +74299,6 @@ in
bypassCache = true;
reconstructLock = true;
};
git-standup = nodeEnv.buildNodePackage {
name = "git-standup";
packageName = "git-standup";
version = "2.3.2";
src = fetchurl {
url = "https://registry.npmjs.org/git-standup/-/git-standup-2.3.2.tgz";
sha512 = "vDYicak+2y+u6TCtneCx/j6LuT9WhJShyWjTB5dhjXqTB9TJ/uF444OmYwrMlaT0/CqxHOV9NXlML+CR8AJxdA==";
};
buildInputs = globalBuildInputs;
meta = {
description = "Recall what you did on the last working day. Psst! or be nosy and find what someone else in your team did ;-)";
homepage = "https://github.com/kamranahmedse/git-standup#readme";
license = "MIT";
};
production = true;
bypassCache = true;
reconstructLock = true;
};
"@gitbeaker/cli" = nodeEnv.buildNodePackage {
name = "_at_gitbeaker_slash_cli";
packageName = "@gitbeaker/cli";