+2
-5
nixos/modules/system/boot/loader/efi.nix
+2
-5
nixos/modules/system/boot/loader/efi.nix
···
+1
-1
nixos/modules/system/boot/loader/grub/grub.nix
+1
-1
nixos/modules/system/boot/loader/grub/grub.nix
···assertion = if args.efiSysMountPoint == null then true else hasPrefix "/" args.efiSysMountPoint;
+3
-3
nixos/modules/system/boot/loader/gummiboot/gummiboot-builder.py
+3
-3
nixos/modules/system/boot/loader/gummiboot/gummiboot-builder.py
···parser.add_argument('default_config', metavar='DEFAULT-CONFIG', help='The default NixOS config to boot')-subprocess.check_call(["@gummiboot@/bin/gummiboot", "--path=@efiSysMountPoint@", "--no-variables", "install"])+subprocess.check_call(["@systemd@/bin/bootctl", "--path=@efiSysMountPoint@", "--no-variables", "install"])
+4
-2
nixos/modules/system/boot/loader/gummiboot/gummiboot.nix
+4
-2
nixos/modules/system/boot/loader/gummiboot/gummiboot.nix
······