cryptpad: use nodejs12
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user