##// END OF EJS Templates
middleware: use finalizing log to inidicate we finished ALL operations.
middleware: use finalizing log to inidicate we finished ALL operations.

File last commit:

r2824:5ac461b5 default
r2922:40395251 default
Show More
README.rst
55 lines | 1.0 KiB | text/x-rst | RstLexer

Generate the Nix expressions

Details can be found in the repository of RhodeCode Enterprise CE inside of the file docs/contributing/dependencies.rst.

Start the environment as follows:

nix-shell pkgs/shell-generate.nix

Python dependencies

pip2nix generate --licenses
# or
nix-shell pkgs/shell-generate.nix --command "pip2nix generate --licenses"

NodeJS dependencies

# switch to pkgs dir
pushd pkgs
node2nix --input ../package.json \
         -o node-packages.nix \
         -e node-env.nix \
         -c node-default.nix \
         -d --flatten --nodejs-6
popd

Bower dependencies

bower2nix bower.json pkgs/bower-packages.nix
# or
nix-shell pkgs/shell-generate.nix --command "bower2nix bower.json pkgs/bower-packages.nix"