##// END OF EJS Templates
dependencies: bumped pyramid to 1.9 and webob to 1.7.3
dependencies: bumped pyramid to 1.9 and webob to 1.7.3

File last commit:

r34:640a4096 default
r244:27b77318 default
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;
}