##// END OF EJS Templates
hgsubversion: Update hgsubversion to 1.8.6 to be compatible with mercurial 3.8.3
hgsubversion: Update hgsubversion to 1.8.6 to be compatible with mercurial 3.8.3

File last commit:

r0:0fb8cb8f default
r13:60d54176 default
Show More
release.nix
13 lines | 133 B | text/x-nix | NixLexer
{ pkgs ? import <nixpkgs> {}
}:
let
vcsserver = import ./default.nix {
inherit
pkgs;
};
in {
build = vcsserver;
}