Commit f1a147b3 authored by dish's avatar dish
Browse files

nodePackages.fast-cli: drop

parent fe03f54c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -167,6 +167,7 @@ mapAliases {
  inherit (pkgs) eslint_d; # Added 2023-05-26
  inherit (pkgs) eas-cli; # added 2025-01-08
  expo-cli = throw "expo-cli was removed because it was deprecated upstream. Use `npx expo` or eas-cli instead."; # added 2024-12-02
  fast-cli = throw "'fast-cli' has been removed because it was unmaintainable in nixpkgs"; # Added 2025-11-17
  inherit (pkgs) firebase-tools; # added 2023-08-18
  inherit (pkgs) fixjson; # added 2024-06-26
  fleek-cli = throw "'fleek-cli' was removed because the upstream source code repo has been deleted."; # Added 2025-11-07
+0 −1
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@
  # Packages that provide a single executable.
  "@angular/cli" = "ng";
  aws-cdk = "cdk";
  fast-cli = "fast";
  fauna-shell = "fauna";
  fkill-cli = "fkill";
  grunt-cli = "grunt";
+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@
, "dotenv-vault"
, "elasticdump"
, "esy"
, "fast-cli"
, "fauna-shell"
, "fkill-cli"
, "grunt-cli"
+0 −718

File changed.

Preview size limit exceeded, changes collapsed.

+0 −11
Original line number Diff line number Diff line
@@ -33,17 +33,6 @@ final: prev: {
    '';
  };

  fast-cli = prev.fast-cli.override {
    nativeBuildInputs = [ pkgs.buildPackages.makeWrapper ];
    prePatch = ''
      export PUPPETEER_SKIP_DOWNLOAD=1
    '';
    postInstall = ''
      wrapProgram $out/bin/fast \
        --set PUPPETEER_EXECUTABLE_PATH ${pkgs.chromium.outPath}/bin/chromium
    '';
  };

  fauna-shell = prev.fauna-shell.override {
    # printReleaseNotes just pulls them from GitHub which is not allowed in sandbox
    preRebuild = ''
Loading