pgrok: move to by-name

This commit is contained in:
Marie Ramlow 2024-06-06 20:55:15 +02:00
parent 610a87e260
commit a12b6b0555
7 changed files with 5 additions and 7 deletions

View File

@ -9,7 +9,7 @@ cd "$(dirname "$0")"
nixpkgs=../../../..
node_packages="$nixpkgs/pkgs/development/node-packages"
pgrok="$nixpkgs/pkgs/tools/networking/pgrok"
pgrok="$nixpkgs/pkgs/by-name/pg/pgrok"
TARGET_VERSION_REMOTE=$(curl -s https://api.github.com/repos/pgrok/pgrok/releases/latest | jq -r ".tag_name")
TARGET_VERSION=${TARGET_VERSION_REMOTE#v}

View File

@ -5,7 +5,7 @@
, stdenvNoCC
}:
let
build-deps = nodePackages."pgrok-build-deps-../../tools/networking/pgrok/build-deps";
build-deps = nodePackages."pgrok-build-deps-../../by-name/pg/pgrok/build-deps";
in
stdenvNoCC.mkDerivation {
pname = "pgrok-web";

View File

@ -184,7 +184,7 @@
, "patch-package"
, "peerflix"
, "peerflix-server"
, {"pgrok-build-deps": "../../tools/networking/pgrok/build-deps"}
, {"pgrok-build-deps": "../../by-name/pg/pgrok/build-deps"}
, "pnpm"
, "poor-mans-t-sql-formatter-cli"
, "postcss"

View File

@ -87158,11 +87158,11 @@ in
bypassCache = true;
reconstructLock = true;
};
"pgrok-build-deps-../../tools/networking/pgrok/build-deps" = nodeEnv.buildNodePackage {
"pgrok-build-deps-../../by-name/pg/pgrok/build-deps" = nodeEnv.buildNodePackage {
name = "pgrokd";
packageName = "pgrokd";
version = "1.4.1";
src = ../../tools/networking/pgrok/build-deps;
src = ../../by-name/pg/pgrok/build-deps;
dependencies = [
sources."@adobe/css-tools-4.3.3"
sources."@alloc/quick-lru-5.2.0"

View File

@ -27713,8 +27713,6 @@ with pkgs;
perf-tools = callPackage ../os-specific/linux/perf-tools { };
pgrok = callPackage ../tools/networking/pgrok { };
picoprobe-udev-rules = callPackage ../os-specific/linux/picoprobe-udev-rules { };
pipes = callPackage ../misc/screensavers/pipes { };