##// END OF EJS Templates
dependencies: dulwich, backported a patch to handle GIT references that are directories....
dependencies: dulwich, backported a patch to handle GIT references that are directories. - present in dulwich 0.19.X

File last commit:

r472:c4583ce6 default
r531:5e3115e0 stable
Show More
release.nix
16 lines | 214 B | text/x-nix | NixLexer
nix: updated to 18.03 packages....
r472 # This file defines how to "build" for packaging.
initial commit
r0 { pkgs ? import <nixpkgs> {}
nix: Propagate doCheck argument through nix files.
r34 , doCheck ? true
initial commit
r0 }:
let
vcsserver = import ./default.nix {
inherit
nix: Propagate doCheck argument through nix files.
r34 doCheck
initial commit
r0 pkgs;
};
in {
build = vcsserver;
}