##// END OF EJS Templates
git-version: strip the info returned from subcall to remove newline character.
git-version: strip the info returned from subcall to remove newline character.

File last commit:

r34:640a4096 default
r103:230198b7 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;
}