##// END OF EJS Templates
dependencies: bumped Mercurial to 4.2.3 and evolve to 6.6.0
dependencies: bumped Mercurial to 4.2.3 and evolve to 6.6.0

File last commit:

r34:640a4096 default
r256:dab33ccc stable
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;
}