From f8eff138d838f8415e2be1614955de25104082bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 31 Jan 2022 06:05:05 +0100 Subject: [PATCH] fix test profile --- tests/build-profile.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/build-profile.nix b/tests/build-profile.nix index c4509d3..0d477b2 100644 --- a/tests/build-profile.nix +++ b/tests/build-profile.nix @@ -1,8 +1,8 @@ { profile }: let - shim = { - boot.loader.systemd-boot.enable = true; + shim = { config, ... }: { + boot.loader.systemd-boot.enable = !config.boot.loader.generic-extlinux-compatible.enable && !config.boot.loader.raspberryPi.enable; fileSystems."/" = { device = "/dev/disk/by-uuid/00000000-0000-0000-0000-000000000000";