Unverified Commit cde96fe1 authored by Adam C. Stephens's avatar Adam C. Stephens
Browse files

audiobookshelf: unpin nodejs

Fixes core dumping
parent a84ebe20
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  fetchFromGitHub,
  runCommand,
  buildNpmPackage,
  nodejs_18,
  nodejs,
  ffmpeg-full,
  nunicode,
  util-linux,
@@ -14,8 +14,6 @@
}:

let
  nodejs = nodejs_18;

  source = builtins.fromJSON (builtins.readFile ./source.json);
  pname = "audiobookshelf";