mirror of
https://github.com/fort-nix/nix-bitcoin.git
synced 2024-11-12 20:38:53 +03:00
rtl: set explicit nodejs version
This commit is contained in:
parent
f2cb5bfc10
commit
44561235b2
@ -1,6 +1,6 @@
|
||||
{ pkgs, lib, makeWrapper }:
|
||||
let
|
||||
inherit (pkgs) nodejs;
|
||||
nodejs = pkgs.nodejs-14_x;
|
||||
nodePackages = import ./composition.nix { inherit pkgs nodejs; };
|
||||
in
|
||||
nodePackages.package.overrideAttrs (old: {
|
||||
|
Loading…
Reference in New Issue
Block a user