hyperspace-cli: remove

This commit is contained in:
Bill Ewanick 2022-08-29 13:44:41 -04:00
parent f0a3d43410
commit 3ee25a45ed
6 changed files with 1525 additions and 2404 deletions

View file

@ -19,7 +19,6 @@
"@forge/cli" = "forge";
"@gitbeaker/cli" = "gitbeaker";
"@google/clasp" = "clasp";
"@hyperspace/cli" = "hyp";
"@medable/mdctl-cli" = "mdctl";
"@mermaid-js/mermaid-cli" = "mmdc";
"@nerdwallet/shepherd" = "shepherd";

View file

@ -9,7 +9,6 @@
, "@commitlint/config-conventional"
, "@forge/cli"
, "@google/clasp"
, "@hyperspace/cli"
, "@medable/mdctl-cli"
, "@nerdwallet/shepherd"
, "@nestjs/cli"

File diff suppressed because it is too large Load diff

View file

@ -38,13 +38,6 @@ final: prev: {
];
};
"@hyperspace/cli" = prev."@hyperspace/cli".override {
nativeBuildInputs = [ pkgs.buildPackages.makeWrapper ];
buildInputs = [ final.node-gyp-build ];
postInstall = ''wrapProgram "$out/bin/hyp" --prefix PATH : ${ lib.makeBinPath [ nodejs ] }'';
};
hyperspace-cli = final."@hyperspace/cli";
"@medable/mdctl-cli" = prev."@medable/mdctl-cli".override {
nativeBuildInputs = with pkgs; with darwin.apple_sdk.frameworks; [
glib

View file

@ -595,6 +595,7 @@ mapAliases ({
ht-rust = xh; # Added 2021-02-13
hydra-flakes = throw "hydra-flakes: Flakes support has been merged into Hydra's master. Please use `hydra_unstable` now"; # Added 2020-04-06
hydra-unstable = hydra_unstable; # added 2022-05-10
hyperspace-cli = throw "hyperspace-cli is out of date, and has been deprecated upstream in favour of using the individual repos instead"; # Added 2022-08-29
### I ###

View file

@ -2245,8 +2245,6 @@ with pkgs;
inherit (nodePackages) concurrently;
inherit (nodePackages) hyperspace-cli;
bklk = callPackage ../applications/misc/bklk { };
bkyml = callPackage ../tools/misc/bkyml { };