##// END OF EJS Templates
config: synced changes with latest template changes in control....
config: synced changes with latest template changes in control. - moved server:main section into beginning of the file to reflect the same structure as enterprise is using. - synced example gunicorn config to use vcsserver.ini

File last commit:

r34:640a4096 default
r84:5635f4b8 default
Show More
release.nix
15 lines | 164 B | text/x-nix | NixLexer
{ pkgs ? import <nixpkgs> {}
, doCheck ? true
}:
let
vcsserver = import ./default.nix {
inherit
doCheck
pkgs;
};
in {
build = vcsserver;
}