Debugging output for Drone
This commit is contained in:
@@ -27,9 +27,15 @@
|
|||||||
|
|
||||||
outputs = {stable, nixunstable, agenix, home-manager, nurpkgs, self, wsl, flake-utils, ...}@inputs:
|
outputs = {stable, nixunstable, agenix, home-manager, nurpkgs, self, wsl, flake-utils, ...}@inputs:
|
||||||
let
|
let
|
||||||
|
pkg-sets = (
|
||||||
|
final: prev: {
|
||||||
|
unstable = import inputs.nixunstable { system = final.system; };
|
||||||
|
}
|
||||||
|
);
|
||||||
local_overlay = import ./overlays;
|
local_overlay = import ./overlays;
|
||||||
overlays = [
|
overlays = [
|
||||||
agenix.overlay
|
agenix.overlay
|
||||||
|
pkg-sets
|
||||||
local_overlay
|
local_overlay
|
||||||
nurpkgs.overlay
|
nurpkgs.overlay
|
||||||
inputs.ffmac.overlay
|
inputs.ffmac.overlay
|
||||||
@@ -111,7 +117,9 @@
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
overlays.default = local_overlay;
|
overlays = {
|
||||||
|
default = import ./overlays;
|
||||||
|
};
|
||||||
modules = (import ./modules-all {}) //
|
modules = (import ./modules-all {}) //
|
||||||
(import ./modules-linux {}) //
|
(import ./modules-linux {}) //
|
||||||
(import ./modules-darwin {});
|
(import ./modules-darwin {});
|
||||||
|
|||||||
@@ -89,6 +89,7 @@ in {
|
|||||||
"drone" = {
|
"drone" = {
|
||||||
environment = {
|
environment = {
|
||||||
DRONE_GITEA_SERVER = "https://${srcDomain}";
|
DRONE_GITEA_SERVER = "https://${srcDomain}";
|
||||||
|
DRONE_LOGS_DEBUG = "true";
|
||||||
DRONE_SERVER_HOST = ciDomain;
|
DRONE_SERVER_HOST = ciDomain;
|
||||||
DRONE_SERVER_PROTO = "https";
|
DRONE_SERVER_PROTO = "https";
|
||||||
DRONE_SERVER_PROXY_HOST = ciDomain;
|
DRONE_SERVER_PROXY_HOST = ciDomain;
|
||||||
|
|||||||
@@ -50,6 +50,8 @@ let
|
|||||||
});
|
});
|
||||||
|
|
||||||
in rec {
|
in rec {
|
||||||
|
#gitea = super.unstable.gitea;
|
||||||
|
|
||||||
gregpy = myPython;
|
gregpy = myPython;
|
||||||
|
|
||||||
my-py-addons = rec {
|
my-py-addons = rec {
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user