##// END OF EJS Templates
Added tag v4.1.1 for changeset 49aa7ed030a3
Added tag v4.1.1 for changeset 49aa7ed030a3

File last commit:

r0:0fb8cb8f default
r24:7fd2a797 stable
Show More
release.nix
13 lines | 133 B | text/x-nix | NixLexer
{ pkgs ? import <nixpkgs> {}
}:
let
vcsserver = import ./default.nix {
inherit
pkgs;
};
in {
build = vcsserver;
}