##// END OF EJS Templates
nix: bump internal version to 4.1.0
nix: bump internal version to 4.1.0

File last commit:

r0:0fb8cb8f default
r17:78d8f5f6 default
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;
}