##// END OF EJS Templates
pyramid: don't use deprecated custom_predicates in view config
pyramid: don't use deprecated custom_predicates in view config

File last commit:

r571:c2f54fe4 default
r583:d119c397 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;
}