From 7eb76186ba79387a5757b2e2e3f1b0d62e218221 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 2 Apr 2025 21:39:02 +0200 Subject: [PATCH 1/2] Update meta.maintainers field for nixos-unstable --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index bb11b62d8..3496fb804 100644 --- a/flake.nix +++ b/flake.nix @@ -157,9 +157,9 @@ pkgs = final; src = self; maintainers = with lib.maintainers; [ - edolstra - Ericson2314 - Mic92 + eelco + ericson2314 + mic92 roberth tomberek ]; From 93d8f620575cb6e5d5403b2654af81f31f16b338 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 2 Apr 2025 21:40:03 +0200 Subject: [PATCH 2/2] Remove meta.maintainers Some of the maintainer attribute names got changed in nixos-unstable (e.g. "edolstra" is now "eelco") but we want this flake to work on nixos-24.11. So just get rid of them. --- flake.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/flake.nix b/flake.nix index 3496fb804..1d54eac26 100644 --- a/flake.nix +++ b/flake.nix @@ -156,13 +156,7 @@ inherit officialRelease; pkgs = final; src = self; - maintainers = with lib.maintainers; [ - eelco - ericson2314 - mic92 - roberth - tomberek - ]; + maintainers = [ ]; }; };