From 0b66c182213aa2e6fe8b28ae23ad3800989f6719 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 (cherry picked from commit 7eb76186ba79387a5757b2e2e3f1b0d62e218221) --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index bfb2c7127..84cbd127f 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 b3b4fc21dae59d36dcf59c3905f84d2a6bd6f51f 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. (cherry picked from commit 93d8f620575cb6e5d5403b2654af81f31f16b338) --- flake.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/flake.nix b/flake.nix index 84cbd127f..32c9975f1 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 = [ ]; }; };