Revert "treewide: use buildPackages for config builders"

This reverts commit 35af6e3605.
This commit is contained in:
Christian Kampka
2019-05-31 23:27:49 +02:00
parent fd15f37b37
commit 0d570e020e
8 changed files with 13 additions and 12 deletions
@@ -12,7 +12,7 @@ let
isExecutable = true;
inherit (pkgs.buildPackages) python3;
inherit (pkgs) python3;
systemd = config.systemd.package;