limine, nixos/limine, nixosTests.limine: inherit pkgs.limine maintainers

also adds @programmerlexi to limine package maintainers

Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
This commit is contained in:
John Titor 2025-05-23 14:59:54 +05:30
parent 89abf8819f
commit 88d5e40fcb
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0
6 changed files with 24 additions and 27 deletions

View File

@ -39,11 +39,9 @@ let
defaultWallpaper = pkgs.nixos-artwork.wallpapers.simple-dark-gray-bootloader.gnomeFilePath;
in
{
meta.maintainers = with lib.maintainers; [
lzcunt
phip1611
programmerlexi
];
meta = {
inherit (pkgs.limine.meta) maintainers;
};
options.boot.loader.limine = {
enable = lib.mkEnableOption "the Limine Bootloader";

View File

@ -1,11 +1,10 @@
{ lib, ... }:
{ lib, pkgs, ... }:
{
name = "checksum";
meta.maintainers = with lib.maintainers; [
lzcunt
phip1611
programmerlexi
];
meta = {
inherit (pkgs.limine.meta) maintainers;
};
nodes.machine =
{ ... }:
{

View File

@ -1,9 +1,10 @@
{ lib, ... }:
{ lib, pkgs, ... }:
{
name = "secureBoot";
meta.maintainers = with lib.maintainers; [
programmerlexi
];
meta = {
inherit (pkgs.limine.meta) maintainers;
};
meta.platforms = [
"aarch64-linux"
"i686-linux"

View File

@ -1,11 +1,10 @@
{ lib, ... }:
{ lib, pkgs, ... }:
{
name = "specialisations";
meta.maintainers = with lib.maintainers; [
lzcunt
phip1611
programmerlexi
];
meta = {
inherit (pkgs.limine.meta) maintainers;
};
nodes.machine =
{ ... }:
{

View File

@ -1,11 +1,10 @@
{ lib, ... }:
{ lib, pkgs, ... }:
{
name = "uefi";
meta.maintainers = with lib.maintainers; [
lzcunt
phip1611
programmerlexi
];
meta = {
inherit (pkgs.limine.meta) maintainers;
};
nodes.machine =
{ ... }:
{

View File

@ -114,6 +114,7 @@ stdenv.mkDerivation (finalAttrs: {
lzcunt
phip1611
prince213
programmerlexi
surfaceflinger
];
};