diff options
| author | linsui <36977733+linsui@users.noreply.github.com> | 2026-01-01 23:35:43 +0800 |
|---|---|---|
| committer | linsui <36977733+linsui@users.noreply.github.com> | 2026-01-01 23:35:43 +0800 |
| commit | 44cc2741ab1cee07535b36c5081da170cd47a643 (patch) | |
| tree | 239165f6f6b9b32c7e8ef814da08da6c038bcfa7 | |
| parent | 7fe34c9e1c2fbca272e4acf46d431145ca2db63a (diff) | |
readeck: pin nodejs version to nodejs_22
| -rw-r--r-- | pkgs/by-name/re/readeck/package.nix | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/pkgs/by-name/re/readeck/package.nix b/pkgs/by-name/re/readeck/package.nix index e9f3ccc42b78..92fe8d79ac89 100644 --- a/pkgs/by-name/re/readeck/package.nix +++ b/pkgs/by-name/re/readeck/package.nix @@ -3,7 +3,7 @@ fetchFromGitea, fetchNpmDeps, buildGoModule, - nodejs, + nodejs_22, npmHooks, python3, }: @@ -20,12 +20,8 @@ buildGoModule rec { hash = "sha256-9M9Bgl1CJ35x/Onlk5xUNCFkZKW40efF6qMOM+2/HR0="; }; - postPatch = '' - sed -i -e '/^go /s/1.25.5/1.25.4/' go.mod - ''; - nativeBuildInputs = [ - nodejs + nodejs_22 npmHooks.npmConfigHook (python3.withPackages (ps: with ps; [ babel ])) ]; |
