##// END OF EJS Templates
auth-plugins, ui: added some tweeks to the ui...
auth-plugins, ui: added some tweeks to the ui - make select2 code generic independent of number of fields - decrease large inputs to fit our container width.

File last commit:

r3189:ed6bb022 default
r3252:19ce6eb4 default
Show More
release.nix
19 lines | 248 B | text/x-nix | NixLexer
# This file defines how to "build" for packaging.
{ doCheck ? false
}:
let
enterprise_ce = import ./default.nix {
inherit
doCheck;
# disable checkPhase for build
checkPhase = ''
'';
};
in {
build = enterprise_ce;
}