mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 19:18:20 +00:00
mx-puppet-discord: use nodejs-18
This commit is contained in:
parent
227d4db048
commit
17ef53788f
@ -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 }:
|
||||
|
||||
let
|
||||
nodejs = nodejs_14;
|
||||
nodejs = nodejs_18;
|
||||
|
||||
version = "0.1.1";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user