##// END OF EJS Templates
packages: bumped libraries and restructured requirements files...
packages: bumped libraries and restructured requirements files - msgpack-python==0.4.8 - gevent==1.1.2 - greenlet==0.4.10 - waitress==1.0.1 - serpent==1.15 - zope.deprecation==4.1.1

File last commit:

r34:640a4096 default
r137:0a697d69 default
Show More
release.nix
15 lines | 164 B | text/x-nix | NixLexer
initial commit
r0 { pkgs ? import <nixpkgs> {}
nix: Propagate doCheck argument through nix files.
r34 , doCheck ? true
initial commit
r0 }:
let
vcsserver = import ./default.nix {
inherit
nix: Propagate doCheck argument through nix files.
r34 doCheck
initial commit
r0 pkgs;
};
in {
build = vcsserver;
}