##// END OF EJS Templates
largefiles: added handling of detection and fetching of largefiles....
largefiles: added handling of detection and fetching of largefiles. - mercurial largefiles - git lfs - references #2817

File last commit:

r34:640a4096 default
r182:5af7fc0d 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;
}