12
12
# permissions, you need to list all members of the team with commit access individually.
13
13
14
14
# GitHub actions
15
- /.github /workflows @ NixOS /Security @ Mic92 @ zowoq
15
+ /.github /workflows @ Botnix /Security @ Mic92 @ zowoq
16
16
/.github /workflows /merge-staging @ FRidh
17
17
18
18
# EditorConfig
64
64
65
65
# Nixpkgs make-disk-image
66
66
/doc /build-helpers /images /makediskimage.section.md @ raitobezarius
67
- /nixos /lib /make-disk-image.nix @ raitobezarius
67
+ /botnix /lib /make-disk-image.nix @ raitobezarius
68
68
69
69
# Nix, the package manager
70
70
pkgs /tools /package-management /nix / @ raitobezarius @ ma27
71
- nixos /modules /installer /tools /nix-fallback-paths.nix @ raitobezarius @ ma27
71
+ botnix /modules /installer /tools /nix-fallback-paths.nix @ raitobezarius @ ma27
72
72
73
73
# Nixpkgs documentation
74
74
/maintainers /scripts /db-to-md.sh @ jtojnar @ ryantm
@@ -81,40 +81,40 @@ nixos/modules/installer/tools/nix-fallback-paths.nix @raitobezarius @ma27
81
81
/doc /contributing /contributing-to-documentation.chapter.md @ jtojnar @ infinisil
82
82
/lib /README.md @ infinisil
83
83
/doc /README.md @ infinisil
84
- /nixos /README.md @ infinisil
84
+ /botnix /README.md @ infinisil
85
85
/pkgs /README.md @ infinisil
86
86
/maintainers /README.md @ infinisil
87
87
88
88
# User-facing development documentation
89
89
/doc /development.md @ infinisil
90
90
/doc /development @ infinisil
91
91
92
- # NixOS Internals
93
- /nixos /default.nix @ infinisil
94
- /nixos /lib /from-env.nix @ infinisil
95
- /nixos /lib /eval-config.nix @ infinisil
96
- /nixos /modules /system @ dasJ
97
- /nixos /modules /system /activation /bootspec.nix @ grahamc @ cole-h @ raitobezarius
98
- /nixos /modules /system /activation /bootspec.cue @ grahamc @ cole-h @ raitobezarius
92
+ # Botnix Internals
93
+ /botnix /default.nix @ infinisil
94
+ /botnix /lib /from-env.nix @ infinisil
95
+ /botnix /lib /eval-config.nix @ infinisil
96
+ /botnix /modules /system @ dasJ
97
+ /botnix /modules /system /activation /bootspec.nix @ grahamc @ cole-h @ raitobezarius
98
+ /botnix /modules /system /activation /bootspec.cue @ grahamc @ cole-h @ raitobezarius
99
99
100
- # NixOS integration test driver
101
- /nixos /lib /test-driver @ tfc
100
+ # Botnix integration test driver
101
+ /botnix /lib /test-driver @ tfc
102
102
103
- # NixOS QEMU virtualisation
104
- /nixos /virtualisation /qemu-vm.nix @ raitobezarius
103
+ # Botnix QEMU virtualisation
104
+ /botnix /virtualisation /qemu-vm.nix @ raitobezarius
105
105
106
106
# Systemd
107
- /nixos /modules /system /boot /systemd.nix @ NixOS /systemd
108
- /nixos /modules /system /boot /systemd @ NixOS /systemd
109
- /nixos /lib /systemd- * .nix @ NixOS /systemd
110
- /pkgs /os-specific /linux /systemd @ NixOS /systemd
107
+ /botnix /modules /system /boot /systemd.nix @ Botnix /systemd
108
+ /botnix /modules /system /boot /systemd @ Botnix /systemd
109
+ /botnix /lib /systemd- * .nix @ Botnix /systemd
110
+ /pkgs /os-specific /linux /systemd @ Botnix /systemd
111
111
112
112
# Systemd-boot
113
- /nixos /modules /system /boot /loader /systemd-boot @ JulienMalka
113
+ /botnix /modules /system /boot /loader /systemd-boot @ JulienMalka
114
114
115
115
# Images and installer media
116
- /nixos /modules /installer /cd-dvd / @ samueldr
117
- /nixos /modules /installer /sd-card / @ samueldr
116
+ /botnix /modules /installer /cd-dvd / @ samueldr
117
+ /botnix /modules /installer /sd-card / @ samueldr
118
118
119
119
# Updaters
120
120
# # update.nix
@@ -163,15 +163,15 @@ nixos/modules/installer/tools/nix-fallback-paths.nix @raitobezarius @ma27
163
163
/doc /languages-frameworks /emscripten.section.md @ raitobezarius
164
164
165
165
# Audio
166
- /nixos /modules /services /audio /botamusique.nix @ mweinelt
167
- /nixos /modules /services /audio /snapserver.nix @ mweinelt
168
- /nixos /tests /modules /services /audio /botamusique.nix @ mweinelt
169
- /nixos /tests /snapcast.nix @ mweinelt
166
+ /botnix /modules /services /audio /botamusique.nix @ mweinelt
167
+ /botnix /modules /services /audio /snapserver.nix @ mweinelt
168
+ /botnix /tests /modules /services /audio /botamusique.nix @ mweinelt
169
+ /botnix /tests /snapcast.nix @ mweinelt
170
170
171
171
# Browsers
172
172
/pkgs /applications /networking /browsers /firefox @ mweinelt
173
173
/pkgs /applications /networking /browsers /chromium @ emilylange
174
- /nixos /tests /chromium.nix @ emilylange
174
+ /botnix /tests /chromium.nix @ emilylange
175
175
176
176
# Certificate Authorities
177
177
pkgs /data /misc /cacert / @ ajs124 @ lukegb @ mweinelt
@@ -192,48 +192,48 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
192
192
193
193
# PostgreSQL and related stuff
194
194
/pkgs /servers /sql /postgresql @ thoughtpolice @ marsam
195
- /nixos /modules /services /databases /postgresql.xml @ thoughtpolice
196
- /nixos /modules /services /databases /postgresql.nix @ thoughtpolice
197
- /nixos /tests /postgresql.nix @ thoughtpolice
195
+ /botnix /modules /services /databases /postgresql.xml @ thoughtpolice
196
+ /botnix /modules /services /databases /postgresql.nix @ thoughtpolice
197
+ /botnix /tests /postgresql.nix @ thoughtpolice
198
198
199
199
# Hardened profile & related modules
200
- /nixos /modules /profiles /hardened.nix @ joachifm
201
- /nixos /modules /security /hidepid.nix @ joachifm
202
- /nixos /modules /security /lock-kernel-modules.nix @ joachifm
203
- /nixos /modules /security /misc.nix @ joachifm
204
- /nixos /tests /hardened.nix @ joachifm
200
+ /botnix /modules /profiles /hardened.nix @ joachifm
201
+ /botnix /modules /security /hidepid.nix @ joachifm
202
+ /botnix /modules /security /lock-kernel-modules.nix @ joachifm
203
+ /botnix /modules /security /misc.nix @ joachifm
204
+ /botnix /tests /hardened.nix @ joachifm
205
205
/pkgs /os-specific /linux /kernel /hardened-config.nix @ joachifm
206
206
207
207
# Home Automation
208
- /nixos /modules /services /misc /home-assistant.nix @ mweinelt
209
- /nixos /modules /services /misc /zigbee2mqtt.nix @ mweinelt
210
- /nixos /tests /home-assistant.nix @ mweinelt
211
- /nixos /tests /zigbee2mqtt.nix @ mweinelt
208
+ /botnix /modules /services /misc /home-assistant.nix @ mweinelt
209
+ /botnix /modules /services /misc /zigbee2mqtt.nix @ mweinelt
210
+ /botnix /tests /home-assistant.nix @ mweinelt
211
+ /botnix /tests /zigbee2mqtt.nix @ mweinelt
212
212
/pkgs /servers /home-assistant @ mweinelt
213
213
/pkgs /tools /misc /esphome @ mweinelt
214
214
215
215
# Network Time Daemons
216
216
/pkgs /tools /networking /chrony @ thoughtpolice
217
217
/pkgs /tools /networking /ntp @ thoughtpolice
218
218
/pkgs /tools /networking /openntpd @ thoughtpolice
219
- /nixos /modules /services /networking /ntp @ thoughtpolice
219
+ /botnix /modules /services /networking /ntp @ thoughtpolice
220
220
221
221
# Network
222
222
/pkgs /tools /networking /octodns @ Janik-Haag
223
223
/pkgs /tools /networking /kea /default.nix @ mweinelt
224
224
/pkgs /tools /networking /babeld /default.nix @ mweinelt
225
- /nixos /modules /services /networking /babeld.nix @ mweinelt
226
- /nixos /modules /services /networking /kea.nix @ mweinelt
227
- /nixos /modules /services /networking /knot.nix @ mweinelt
228
- /nixos /modules /services /monitoring /prometheus /exporters /kea.nix @ mweinelt
229
- /nixos /tests /babeld.nix @ mweinelt
230
- /nixos /tests /kea.nix @ mweinelt
231
- /nixos /tests /knot.nix @ mweinelt
225
+ /botnix /modules /services /networking /babeld.nix @ mweinelt
226
+ /botnix /modules /services /networking /kea.nix @ mweinelt
227
+ /botnix /modules /services /networking /knot.nix @ mweinelt
228
+ /botnix /modules /services /monitoring /prometheus /exporters /kea.nix @ mweinelt
229
+ /botnix /tests /babeld.nix @ mweinelt
230
+ /botnix /tests /kea.nix @ mweinelt
231
+ /botnix /tests /knot.nix @ mweinelt
232
232
233
233
# Web servers
234
234
/doc /packages /nginx.section.md @ raitobezarius
235
235
/pkgs /servers /http /nginx / @ raitobezarius
236
- /nixos /modules /services /web-servers /nginx / @ raitobezarius
236
+ /botnix /modules /services /web-servers /nginx / @ raitobezarius
237
237
238
238
# Dhall
239
239
/pkgs /development /dhall-modules @ Gabriella439 @ Profpatsch @ ehmry
@@ -245,11 +245,11 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
245
245
# Bazel
246
246
/pkgs /development /tools /build-managers /bazel @ Profpatsch
247
247
248
- # NixOS modules for e-mail and dns services
249
- /nixos /modules /services /mail /mailman.nix @ peti
250
- /nixos /modules /services /mail /postfix.nix @ peti
251
- /nixos /modules /services /networking /bind.nix @ peti
252
- /nixos /modules /services /mail /rspamd.nix @ peti
248
+ # Botnix modules for e-mail and dns services
249
+ /botnix /modules /services /mail /mailman.nix @ peti
250
+ /botnix /modules /services /mail /postfix.nix @ peti
251
+ /botnix /modules /services /networking /bind.nix @ peti
252
+ /botnix /modules /services /mail /rspamd.nix @ peti
253
253
254
254
# Emacs
255
255
/pkgs /applications /editors /emacs /elisp-packages @ adisbladis
@@ -267,7 +267,7 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
267
267
268
268
# PHP interpreter, packages, extensions, tests and documentation
269
269
/doc /languages-frameworks /php.section.md @ aanderse @ drupol @ etu @ globin @ ma27 @ talyz
270
- /nixos /tests /php @ aanderse @ drupol @ etu @ globin @ ma27 @ talyz
270
+ /botnix /tests /php @ aanderse @ drupol @ etu @ globin @ ma27 @ talyz
271
271
/pkgs /build-support /php /build-pecl.nix @ aanderse @ drupol @ etu @ globin @ ma27 @ talyz
272
272
/pkgs /build-support /php @ drupol @ etu
273
273
/pkgs /development /interpreters /php @ jtojnar @ aanderse @ drupol @ etu @ globin @ ma27 @ talyz
@@ -276,7 +276,7 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
276
276
277
277
# Docker tools
278
278
/pkgs /build-support /docker @ roberth
279
- /nixos /tests /docker-tools * @ roberth
279
+ /botnix /tests /docker-tools * @ roberth
280
280
/doc /build-helpers /images /dockertools.section.md @ roberth
281
281
282
282
# Blockchains
@@ -306,12 +306,12 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
306
306
# Matrix
307
307
/pkgs /servers /heisenbridge @ piegamesde
308
308
/pkgs /servers /matrix-conduit @ piegamesde
309
- /nixos /modules /services /misc /heisenbridge.nix @ piegamesde
310
- /nixos /modules /services /misc /matrix-conduit.nix @ piegamesde
311
- /nixos /tests /matrix-conduit.nix @ piegamesde
309
+ /botnix /modules /services /misc /heisenbridge.nix @ piegamesde
310
+ /botnix /modules /services /misc /matrix-conduit.nix @ piegamesde
311
+ /botnix /tests /matrix-conduit.nix @ piegamesde
312
312
313
313
# Forgejo
314
- nixos /modules /services /misc /forgejo.nix @ bendlas @ emilylange
314
+ botnix /modules /services /misc /forgejo.nix @ bendlas @ emilylange
315
315
pkgs /applications /version-management /forgejo @ bendlas @ emilylange
316
316
317
317
# Dotnet
@@ -326,7 +326,7 @@ pkgs/applications/version-management/forgejo @bendlas @emilylange
326
326
/doc /languages-frameworks /javascript.section.md @ lilyinstarlight @ winterqt
327
327
328
328
# environment.noXlibs option aka NoX
329
- /nixos /modules /config /no-x-libs.nix @ SuperSandro2000
329
+ /botnix /modules /config /no-x-libs.nix @ SuperSandro2000
330
330
331
331
# OCaml
332
332
/pkgs /build-support /ocaml @ ulrikstrid
@@ -336,14 +336,14 @@ pkgs/applications/version-management/forgejo @bendlas @emilylange
336
336
# ZFS
337
337
pkgs /os-specific /linux /zfs /2_1.nix @ raitobezarius
338
338
pkgs /os-specific /linux /zfs /generic.nix @ raitobezarius
339
- nixos /modules /tasks /filesystems /zfs.nix @ raitobezarius
340
- nixos /tests /zfs.nix @ raitobezarius
339
+ botnix /modules /tasks /filesystems /zfs.nix @ raitobezarius
340
+ botnix /tests /zfs.nix @ raitobezarius
341
341
342
342
# Zig
343
343
/pkgs /development /compilers /zig @ figsoda
344
344
/doc /hooks /zig.section.md @ figsoda
345
345
346
346
# Buildbot
347
- nixos /modules /services /continuous-integration /buildbot @ Mic92 @ zowoq
348
- nixos /tests /buildbot.nix @ Mic92 @ zowoq
347
+ botnix /modules /services /continuous-integration /buildbot @ Mic92 @ zowoq
348
+ botnix /tests /buildbot.nix @ Mic92 @ zowoq
349
349
pkgs /development /tools /continuous-integration /buildbot @ Mic92 @ zowoq
0 commit comments