Enable strictDeps on all our toplevel packages #12

Open
abonerib wants to merge 473 commits from abonerib/bscpkgs:enableStrictDeps into master
Showing only changes of commit 425dca3e00 - Show all commits

View File

@ -21,6 +21,19 @@
SHELL = "${pkgs.bash}/bin/bash";
};
};
gitlab-bsc-es-docker = {
registrationConfigFile = config.age.secrets.gitlabToken.path;
dockerImage = "debian:stable";
tagList = [ "docker" "xeon" ];
registrationFlags = [
"--locked='false'"
"--docker-network-mode host"
];
environmentVariables = {
https_proxy = "http://localhost:23080";
http_proxy = "http://localhost:23080";
};
};
};
};