##// END OF EJS Templates
dependencies: bumped not pinned dependencies:...
dependencies: bumped not pinned dependencies: - pycparser-2.20 - pexpect-4.8.0 - enum34-1.1.10

File last commit:

r472:c4583ce6 default
r842:63f4c33e default
Show More
README.rst
28 lines | 585 B | 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 faster
nix-shell pkgs/shell-generate.nix --command "pip2nix generate --licenses"