summaryrefslogtreecommitdiffstats
path: root/nixos/modules/system/boot/loader/systemd-boot
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-06-05 14:47:16 -0400
committerGitHub <noreply@github.com>2019-06-05 14:47:16 -0400
commitf8c12edfdf2e163768fa5380af3cf99fdd29866d (patch)
treef1394555cc7c169c04a45c7eb2fa4f8c856f8605 /nixos/modules/system/boot/loader/systemd-boot
parentac6e90696887fab3ab0152acd7294c008a3a1e50 (diff)
parentf2a894807856309a97c4559cc704eaaa24d7ee3f (diff)
Merge pull request #62333 from kampka/buildPackages-for-config-builders
Build packages for config builders
Diffstat (limited to 'nixos/modules/system/boot/loader/systemd-boot')
-rw-r--r--nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix b/nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix
index ad464a456bcd..3e39dc5dd396 100644
--- a/nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix
+++ b/nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix
@@ -12,7 +12,7 @@ let
isExecutable = true;
- inherit (pkgs.buildPackages) python3;
+ inherit (pkgs) python3;
systemd = config.systemd.package;