##// END OF EJS Templates
dependencies: updated pyramid to 1.10.1
dependencies: updated pyramid to 1.10.1

File last commit:

r571:c2f54fe4 default
r605:4734c9c0 default
Show More
release.nix
14 lines | 174 B | text/x-nix | NixLexer
# This file defines how to "build" for packaging.
{ doCheck ? true
}:
let
vcsserver = import ./default.nix {
inherit
doCheck;
};
in {
build = vcsserver;
}