Add an Agda team

This commit is contained in:
Naïm Camille Favier
2025-10-02 19:50:01 +02:00
parent b1de421ac6
commit 9ea1f78ff8
2 changed files with 18 additions and 0 deletions
+7
View File
@@ -333,6 +333,13 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
/pkgs/development/dhall-modules @Gabriella439 @Profpatsch
/pkgs/development/interpreters/dhall @Gabriella439 @Profpatsch
# Agda
/pkgs/build-support/agda @NixOS/agda
/pkgs/top-level/agda-packages.nix @NixOS/agda
/pkgs/development/libraries/agda @NixOS/agda
/doc/languages-frameworks/agda.section.md @NixOS/agda
/nixos/tests/agda.nix @NixOS/agda
# Idris
/pkgs/development/idris-modules @Infinisil
/pkgs/development/compilers/idris2 @mattpolzin
+11
View File
@@ -45,6 +45,17 @@ with lib.maintainers;
enableFeatureFreezePing = true;
};
agda = {
members = [
alexarice
ncfavier
phijor
turion
];
scope = "Maintain Agda-related packages and modules.";
shortName = "Agda";
};
android = {
members = [
adrian-gierakowski