scanservjs: fix build
This commit is contained in:
parent
3a228057f5
commit
715fe98f0e
@ -3,11 +3,14 @@
|
||||
fetchFromGitHub,
|
||||
buildNpmPackage,
|
||||
fetchNpmDeps,
|
||||
nodejs,
|
||||
nodejs_20,
|
||||
replaceVars,
|
||||
}:
|
||||
|
||||
let
|
||||
# Build fails on node 22, presumably because of esm.
|
||||
# https://github.com/NixOS/nixpkgs/issues/371649
|
||||
nodejs = nodejs_20;
|
||||
version = "2.27.1";
|
||||
src = fetchFromGitHub {
|
||||
owner = "sbs20";
|
||||
|
Loading…
x
Reference in New Issue
Block a user