From dbac7467ad7cde84e2679d8c4baf987cb7a93887 Mon Sep 17 00:00:00 2001 From: Jörg Thalheim Date: Sat, 26 Aug 2023 18:50:04 +0200 Subject: systemd-boot-builder: drop semicolons this is python, not C. --- nixos/modules/system/boot/loader/systemd-boot/systemd-boot-builder.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos/modules/system/boot/loader/systemd-boot') diff --git a/nixos/modules/system/boot/loader/systemd-boot/systemd-boot-builder.py b/nixos/modules/system/boot/loader/systemd-boot/systemd-boot-builder.py index a025e9f592512..88f873723565c 100755 --- a/nixos/modules/system/boot/loader/systemd-boot/systemd-boot-builder.py +++ b/nixos/modules/system/boot/loader/systemd-boot/systemd-boot-builder.py @@ -66,8 +66,8 @@ def write_loader_conf(profile: Optional[str], generation: int, specialisation: O f.write("timeout @timeout@\n") f.write("default %s\n" % generation_conf_filename(profile, generation, specialisation)) if not @editor@: - f.write("editor 0\n"); - f.write("console-mode @consoleMode@\n"); + f.write("editor 0\n") + f.write("console-mode @consoleMode@\n") os.rename("@efiSysMountPoint@/loader/loader.conf.tmp", "@efiSysMountPoint@/loader/loader.conf") -- cgit 1.4.1