Merge pull request #62333 from kampka/buildPackages-for-config-builders

Build packages for config builders
This commit is contained in:
Matthew Bauer
2019-06-05 14:47:16 -04:00
committed by GitHub
6 changed files with 12 additions and 11 deletions
@@ -12,7 +12,7 @@ let
isExecutable = true;
inherit (pkgs.buildPackages) python3;
inherit (pkgs) python3;
systemd = config.systemd.package;