Skip to content

Commit c39e50a

Browse files
authored
nixos/limine: init module (NixOS#386368)
2 parents e4e0f26 + 12779dc commit c39e50a

File tree

10 files changed

+863
-0
lines changed

10 files changed

+863
-0
lines changed

ci/OWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ nixos/modules/installer/tools/nix-fallback-paths.nix @NixOS/nix-team @raitobeza
129129
# Systemd-boot
130130
/nixos/modules/system/boot/loader/systemd-boot @JulienMalka
131131

132+
# Limine
133+
/nixos/modules/system/boot/loader/limine @lzcunt
134+
132135
# Images and installer media
133136
/nixos/modules/profiles/installation-device.nix @ElvishJerricco
134137
/nixos/modules/installer/cd-dvd/ @ElvishJerricco

maintainers/maintainer-list.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19070,6 +19070,11 @@
1907019070
githubId = 74465;
1907119071
name = "James Fargher";
1907219072
};
19073+
programmerlexi = {
19074+
name = "programmerlexi";
19075+
github = "programmerlexi";
19076+
githubId = 60185691;
19077+
};
1907319078
progrm_jarvis = {
1907419079
email = "[email protected]";
1907519080
github = "JarvisCraft";

nixos/doc/manual/release-notes/rl-2505.section.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@
183183

184184
- [Rebuilderd](https://github.com/kpcyrd/rebuilderd) an independent verification of binary packages - Reproducible Builds. Available as [services.rebuilderd](#opt-services.rebuilderd.enable).
185185

186+
- [Limine](https://github.com/limine-bootloader/limine) a modern, advanced, portable, multiprotocol bootloader and boot manager. Available as [boot.loader.limine](#opt-boot.loader.limine.enable)
187+
186188
<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
187189

188190
## Backward Incompatibilities {#sec-release-25.05-incompatibilities}

nixos/modules/module-list.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1719,6 +1719,7 @@
17191719
./system/boot/loader/grub/memtest.nix
17201720
./system/boot/loader/external/external.nix
17211721
./system/boot/loader/init-script/init-script.nix
1722+
./system/boot/loader/limine/limine.nix
17221723
./system/boot/loader/loader.nix
17231724
./system/boot/loader/systemd-boot/systemd-boot.nix
17241725
./system/boot/luksroot.nix

0 commit comments

Comments
 (0)