##// END OF EJS Templates
dependencies: bumped git to 2.9.5 that includes the security release.
dependencies: bumped git to 2.9.5 that includes the security release.

File last commit:

r34:640a4096 default
r255:f01da25f 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;
}