Debugging output for Drone

This commit is contained in:
Greg Hellings
2023-05-03 04:53:41 +00:00
parent f64d8bd393
commit e314728148
4 changed files with 12 additions and 1 deletions
+9 -1
View File
@@ -27,9 +27,15 @@
outputs = {stable, nixunstable, agenix, home-manager, nurpkgs, self, wsl, flake-utils, ...}@inputs:
let
pkg-sets = (
final: prev: {
unstable = import inputs.nixunstable { system = final.system; };
}
);
local_overlay = import ./overlays;
overlays = [
agenix.overlay
pkg-sets
local_overlay
nurpkgs.overlay
inputs.ffmac.overlay
@@ -111,7 +117,9 @@
}
);
overlays.default = local_overlay;
overlays = {
default = import ./overlays;
};
modules = (import ./modules-all {}) //
(import ./modules-linux {}) //
(import ./modules-darwin {});
+1
View File
@@ -89,6 +89,7 @@ in {
"drone" = {
environment = {
DRONE_GITEA_SERVER = "https://${srcDomain}";
DRONE_LOGS_DEBUG = "true";
DRONE_SERVER_HOST = ciDomain;
DRONE_SERVER_PROTO = "https";
DRONE_SERVER_PROXY_HOST = ciDomain;
+2
View File
@@ -50,6 +50,8 @@ let
});
in rec {
#gitea = super.unstable.gitea;
gregpy = myPython;
my-py-addons = rec {
BIN
View File
Binary file not shown.