hydra-module: add config.extraEnv
[?]
Apr 30, 2014, 4:54 PM
G2RULGMMNKPSV3CPHZOTSZ2UNISNQY5WXJ6Y4XEQMPKQ5NLIEB4ACDependencies
- [2]
4J33F22Thydra-module.nix: Make it possible to add extra config lines - [3]
5DEWIOO4hydra-module.nix: Export the HYDRA_* environment variables - [4]
ZYEFL36QPorted/merged properties from the TUD configuration's hydra-module - [5]
X6XVDE2Chydra-module: Set GIT_SSL_CAINFO for git over https - [6]
25DXUDOJhydra-module.nix: Remove the useWAL option - [*]
D3MDJONY
Change contents
- replacement in hydra-module.nix at line 22
} // hydraEnv;} // hydraEnv // cfg.extraEnv; - edit in hydra-module.nix at line 133[2.189][8.2521]
extraEnv = mkOption {type = types.attrsOf types.str;default = {};description = "Extra environment variables for Hydra";};