mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
haste-server: use node 18 to fix eol
This commit is contained in:
parent
088a0a7c9e
commit
83738ea64f
@ -3,10 +3,13 @@
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, makeWrapper
|
||||
, nodejs
|
||||
, nodejs_18
|
||||
, pkgs
|
||||
}:
|
||||
|
||||
let
|
||||
nodejs = nodejs_18;
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "haste-server";
|
||||
version = "b52b394bad909ddf151073987671e843540d91d6";
|
||||
|
Loading…
Reference in New Issue
Block a user