Skip to content

Commit 0cf0176

Browse files
authored
Merge pull request #371 from nix-community/return-fix
Use python from buildbot python pkgs set
2 parents 16d7541 + f02f60b commit 0cf0176

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/packages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ in
1111
options.services.buildbot-nix.packages = {
1212
python = lib.mkOption {
1313
type = lib.types.package;
14-
default = pkgs.python3;
14+
default = config.services.buildbot-nix.packages.buildbot.python;
1515
defaultText = "pkgs.python3";
1616
description = "python interpreter to use for buildbot-nix";
1717
};

0 commit comments

Comments
 (0)