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:
|
||||
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 {});
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -50,6 +50,8 @@ let
|
||||
});
|
||||
|
||||
in rec {
|
||||
#gitea = super.unstable.gitea;
|
||||
|
||||
gregpy = myPython;
|
||||
|
||||
my-py-addons = rec {
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user