##// END OF EJS Templates
release: updated pip2nix output for 4.2.0
release: updated pip2nix output for 4.2.0

File last commit:

r34:640a4096 default
r38:ff505f33 stable
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;
}