mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
cryptpad: use nodejs12
This commit is contained in:
parent
27c813679e
commit
6e59bc7969
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue