##// END OF EJS Templates
bumpversion: from 4.1.0 to 4.1.1
bumpversion: from 4.1.0 to 4.1.1

File last commit:

r0:0fb8cb8f default
r23:49aa7ed0 v4.1.1 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;
}