##// END OF EJS Templates
hooks: add extra debug/logging to help track hook errors.
hooks: add extra debug/logging to help track hook errors.

File last commit:

r571:c2f54fe4 default
r591:80e010eb 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;
}