##// END OF EJS Templates
remote-clones: make sure we always use obfuscated url inside logs....
remote-clones: make sure we always use obfuscated url inside logs. This prevents leaking some secrets into logging data. Fixes #4668

File last commit:

r34:640a4096 default
r105:859d7a10 default
Show More
release.nix
15 lines | 164 B | text/x-nix | NixLexer
initial commit
r0 { pkgs ? import <nixpkgs> {}
nix: Propagate doCheck argument through nix files.
r34 , doCheck ? true
initial commit
r0 }:
let
vcsserver = import ./default.nix {
inherit
nix: Propagate doCheck argument through nix files.
r34 doCheck
initial commit
r0 pkgs;
};
in {
build = vcsserver;
}