cryptpad: use nodejs12

This commit is contained in:
DavHau
2021-08-11 11:04:39 +09:00
committed by Raphael Megzari
parent 27c813679e
commit 6e59bc7969
2 changed files with 5 additions and 1 deletions
@@ -1,6 +1,8 @@
#!/usr/bin/env nix-shell
#! nix-shell -i bash -I nixpkgs=../../../.. -p nodePackages.node2nix nix
# This script is meant to be run in the current directory
cryptpadSrc=$(nix eval '(import ../../../.. {}).cryptpad.src' --raw)
echo "cryptpad src: $cryptpadSrc"
+3 -1
View File
@@ -3781,7 +3781,9 @@ with pkgs;
cpuminer-multi = callPackage ../tools/misc/cpuminer-multi { };
cryptpad = callPackage ../servers/web-apps/cryptpad { };
cryptpad = callPackage ../servers/web-apps/cryptpad {
nodejs = nodejs-12_x;
};
ethash = callPackage ../development/libraries/ethash { };