git-standup: remove from nodePackages
The package is already in-tree, this is just maintainance
This commit is contained in:
parent
3769419630
commit
7eddea0c28
@ -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
|
||||
|
@ -114,7 +114,6 @@
|
||||
, "gatsby-cli"
|
||||
, "get-graphql-schema"
|
||||
, "git-run"
|
||||
, "git-standup"
|
||||
, "@gitbeaker/cli"
|
||||
, "gramma"
|
||||
, "grammarly-languageserver"
|
||||
|
18
pkgs/development/node-packages/node-packages.nix
generated
18
pkgs/development/node-packages/node-packages.nix
generated
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user