mx-puppet-discord: use nodejs-18
This commit is contained in:
parent
227d4db048
commit
17ef53788f
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
{ stdenv, fetchFromGitLab, pkgs, lib, nodejs_14, pkg-config
|
{ stdenv, fetchFromGitLab, pkgs, lib, nodejs_18, pkg-config
|
||||||
, libjpeg, pixman, cairo, pango, which, postgresql }:
|
, libjpeg, pixman, cairo, pango, which, postgresql }:
|
||||||
|
|
||||||
let
|
let
|
||||||
nodejs = nodejs_14;
|
nodejs = nodejs_18;
|
||||||
|
|
||||||
version = "0.1.1";
|
version = "0.1.1";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue