Commit c4202833 authored by K900's avatar K900
Browse files

nixos/systemd-boot: fix substituteAll usage

Missed this one :(
parent 687aa99a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -74,8 +74,6 @@ let

    netbootxyz = optionalString cfg.netbootxyz.enable pkgs.netbootxyz-efi;

    edk2-uefi-shell = optionalString cfg.edk2-uefi-shell.enable pkgs.edk2-uefi-shell;

    checkMountpoints = pkgs.writeShellScript "check-mountpoints" ''
      fail() {
        echo "$1 = '$2' is not a mounted partition. Is the path configured correctly?" >&2