treewide: use buildPackages for config builders

This commit is contained in:
Matthew Bauer
2018-12-28 13:41:51 -06:00
parent 3dee4f2c71
commit 35af6e3605
8 changed files with 12 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ let
isExecutable = true;
inherit (pkgs) python3;
inherit (pkgs.buildPackages) python3;
systemd = config.systemd.package;