##// END OF EJS Templates
Bump version 4.0.0 to 4.0.1
Bump version 4.0.0 to 4.0.1

File last commit:

r0:0fb8cb8f default
r5:7a9012c2 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;
}