Update limine-install-patched.py
This commit is contained in:
@@ -529,9 +529,7 @@ def install_bootloader() -> None:
|
||||
''')
|
||||
|
||||
for (profile, gens) in profiles:
|
||||
# PATCHED: Changed from 'default profile' to '' for cleaner group name
|
||||
group_name = '' if profile == 'system' else f"profile '{profile}'"
|
||||
config_file += f'/+NixOS{group_name}\n'
|
||||
config_file += f'/+NixOS\n'
|
||||
|
||||
isFirst = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user