Skip to content

Commit 9cd896f

Browse files
committed
complete renaming
1 parent 40538e8 commit 9cd896f

File tree

4,600 files changed

+143054
-143309
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,600 files changed

+143054
-143309
lines changed

.gitattributes

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ pkgs/development/beam-modules/hex-packages.nix linguist-generated
1111
doc/** linguist-documentation
1212
doc/default.nix linguist-documentation=false
1313

14-
nixos/doc/** linguist-documentation
15-
nixos/doc/default.nix linguist-documentation=false
14+
botnix/doc/** linguist-documentation
15+
botnix/doc/default.nix linguist-documentation=false
1616

17-
nixos/modules/module-list.nix merge=union
17+
botnix/modules/module-list.nix merge=union
1818
# pkgs/top-level/all-packages.nix merge=union

.github/CODEOWNERS

+64-64
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# permissions, you need to list all members of the team with commit access individually.
1313

1414
# GitHub actions
15-
/.github/workflows @NixOS/Security @Mic92 @zowoq
15+
/.github/workflows @Botnix/Security @Mic92 @zowoq
1616
/.github/workflows/merge-staging @FRidh
1717

1818
# EditorConfig
@@ -64,11 +64,11 @@
6464

6565
# Nixpkgs make-disk-image
6666
/doc/build-helpers/images/makediskimage.section.md @raitobezarius
67-
/nixos/lib/make-disk-image.nix @raitobezarius
67+
/botnix/lib/make-disk-image.nix @raitobezarius
6868

6969
# Nix, the package manager
7070
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
7272

7373
# Nixpkgs documentation
7474
/maintainers/scripts/db-to-md.sh @jtojnar @ryantm
@@ -81,40 +81,40 @@ nixos/modules/installer/tools/nix-fallback-paths.nix @raitobezarius @ma27
8181
/doc/contributing/contributing-to-documentation.chapter.md @jtojnar @infinisil
8282
/lib/README.md @infinisil
8383
/doc/README.md @infinisil
84-
/nixos/README.md @infinisil
84+
/botnix/README.md @infinisil
8585
/pkgs/README.md @infinisil
8686
/maintainers/README.md @infinisil
8787

8888
# User-facing development documentation
8989
/doc/development.md @infinisil
9090
/doc/development @infinisil
9191

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
9999

100-
# NixOS integration test driver
101-
/nixos/lib/test-driver @tfc
100+
# Botnix integration test driver
101+
/botnix/lib/test-driver @tfc
102102

103-
# NixOS QEMU virtualisation
104-
/nixos/virtualisation/qemu-vm.nix @raitobezarius
103+
# Botnix QEMU virtualisation
104+
/botnix/virtualisation/qemu-vm.nix @raitobezarius
105105

106106
# 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
111111

112112
# Systemd-boot
113-
/nixos/modules/system/boot/loader/systemd-boot @JulienMalka
113+
/botnix/modules/system/boot/loader/systemd-boot @JulienMalka
114114

115115
# 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
118118

119119
# Updaters
120120
## update.nix
@@ -163,15 +163,15 @@ nixos/modules/installer/tools/nix-fallback-paths.nix @raitobezarius @ma27
163163
/doc/languages-frameworks/emscripten.section.md @raitobezarius
164164

165165
# 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
170170

171171
# Browsers
172172
/pkgs/applications/networking/browsers/firefox @mweinelt
173173
/pkgs/applications/networking/browsers/chromium @emilylange
174-
/nixos/tests/chromium.nix @emilylange
174+
/botnix/tests/chromium.nix @emilylange
175175

176176
# Certificate Authorities
177177
pkgs/data/misc/cacert/ @ajs124 @lukegb @mweinelt
@@ -192,48 +192,48 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
192192

193193
# PostgreSQL and related stuff
194194
/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
198198

199199
# 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
205205
/pkgs/os-specific/linux/kernel/hardened-config.nix @joachifm
206206

207207
# 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
212212
/pkgs/servers/home-assistant @mweinelt
213213
/pkgs/tools/misc/esphome @mweinelt
214214

215215
# Network Time Daemons
216216
/pkgs/tools/networking/chrony @thoughtpolice
217217
/pkgs/tools/networking/ntp @thoughtpolice
218218
/pkgs/tools/networking/openntpd @thoughtpolice
219-
/nixos/modules/services/networking/ntp @thoughtpolice
219+
/botnix/modules/services/networking/ntp @thoughtpolice
220220

221221
# Network
222222
/pkgs/tools/networking/octodns @Janik-Haag
223223
/pkgs/tools/networking/kea/default.nix @mweinelt
224224
/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
232232

233233
# Web servers
234234
/doc/packages/nginx.section.md @raitobezarius
235235
/pkgs/servers/http/nginx/ @raitobezarius
236-
/nixos/modules/services/web-servers/nginx/ @raitobezarius
236+
/botnix/modules/services/web-servers/nginx/ @raitobezarius
237237

238238
# Dhall
239239
/pkgs/development/dhall-modules @Gabriella439 @Profpatsch @ehmry
@@ -245,11 +245,11 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
245245
# Bazel
246246
/pkgs/development/tools/build-managers/bazel @Profpatsch
247247

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
253253

254254
# Emacs
255255
/pkgs/applications/editors/emacs/elisp-packages @adisbladis
@@ -267,7 +267,7 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
267267

268268
# PHP interpreter, packages, extensions, tests and documentation
269269
/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
271271
/pkgs/build-support/php/build-pecl.nix @aanderse @drupol @etu @globin @ma27 @talyz
272272
/pkgs/build-support/php @drupol @etu
273273
/pkgs/development/interpreters/php @jtojnar @aanderse @drupol @etu @globin @ma27 @talyz
@@ -276,7 +276,7 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
276276

277277
# Docker tools
278278
/pkgs/build-support/docker @roberth
279-
/nixos/tests/docker-tools* @roberth
279+
/botnix/tests/docker-tools* @roberth
280280
/doc/build-helpers/images/dockertools.section.md @roberth
281281

282282
# Blockchains
@@ -306,12 +306,12 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
306306
# Matrix
307307
/pkgs/servers/heisenbridge @piegamesde
308308
/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
312312

313313
# Forgejo
314-
nixos/modules/services/misc/forgejo.nix @bendlas @emilylange
314+
botnix/modules/services/misc/forgejo.nix @bendlas @emilylange
315315
pkgs/applications/version-management/forgejo @bendlas @emilylange
316316

317317
# Dotnet
@@ -326,7 +326,7 @@ pkgs/applications/version-management/forgejo @bendlas @emilylange
326326
/doc/languages-frameworks/javascript.section.md @lilyinstarlight @winterqt
327327

328328
# environment.noXlibs option aka NoX
329-
/nixos/modules/config/no-x-libs.nix @SuperSandro2000
329+
/botnix/modules/config/no-x-libs.nix @SuperSandro2000
330330

331331
# OCaml
332332
/pkgs/build-support/ocaml @ulrikstrid
@@ -336,14 +336,14 @@ pkgs/applications/version-management/forgejo @bendlas @emilylange
336336
# ZFS
337337
pkgs/os-specific/linux/zfs/2_1.nix @raitobezarius
338338
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
341341

342342
# Zig
343343
/pkgs/development/compilers/zig @figsoda
344344
/doc/hooks/zig.section.md @figsoda
345345

346346
# 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
349349
pkgs/development/tools/continuous-integration/buildbot @Mic92 @zowoq

.github/ISSUE_TEMPLATE/bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ output here
4545
Add a :+1: [reaction] to [issues you find important].
4646

4747
[reaction]: https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/
48-
[issues you find important]: https://github.com/NixOS/nixpkgs/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc
48+
[issues you find important]: https://github.com/nervosys/Botnix/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc

.github/ISSUE_TEMPLATE/build_failure.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ output here
4343
Add a :+1: [reaction] to [issues you find important].
4444

4545
[reaction]: https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/
46-
[issues you find important]: https://github.com/NixOS/nixpkgs/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc
46+
[issues you find important]: https://github.com/nervosys/Botnix/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc

.github/ISSUE_TEMPLATE/missing_documentation.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Missing or incorrect documentation
3-
about: Help us improve the Nixpkgs and NixOS reference manuals
3+
about: Help us improve the Nixpkgs and Botnix reference manuals
44
title: 'Documentation: '
55
labels: '9.needs: documentation'
66
assignees: ''
@@ -19,20 +19,20 @@ assignees: ''
1919

2020
<!-- make sure this issue is not redundant or obsolete -->
2121

22-
- [ ] checked [latest Nixpkgs manual] \([source][nixpkgs-source]) and [latest NixOS manual] \([source][nixos-source])
22+
- [ ] checked [latest Nixpkgs manual] \([source][nixpkgs-source]) and [latest Botnix manual] \([source][nixos-source])
2323
- [ ] checked [open documentation issues] for possible duplicates
2424
- [ ] checked [open documentation pull requests] for possible solutions
2525

2626
[latest Nixpkgs manual]: https://nixos.org/manual/nixpkgs/unstable/
27-
[latest NixOS manual]: https://nixos.org/manual/nixos/unstable/
28-
[nixpkgs-source]: https://github.com/NixOS/nixpkgs/tree/master/doc
29-
[nixos-source]: https://github.com/NixOS/nixpkgs/tree/master/nixos/doc/manual
30-
[open documentation issues]: https://github.com/NixOS/nixpkgs/issues?q=is%3Aissue+is%3Aopen+label%3A%229.needs%3A+documentation%22
31-
[open documentation pull requests]: https://github.com/NixOS/nixpkgs/pulls?q=is%3Aopen+is%3Apr+label%3A%228.has%3A+documentation%22%2C%226.topic%3A+documentation%22
27+
[latest Botnix manual]: https://nixos.org/manual/nixos/unstable/
28+
[nixpkgs-source]: https://github.com/nervosys/Botnix/tree/master/doc
29+
[nixos-source]: https://github.com/nervosys/Botnix/tree/master/nixos/doc/manual
30+
[open documentation issues]: https://github.com/nervosys/Botnix/issues?q=is%3Aissue+is%3Aopen+label%3A%229.needs%3A+documentation%22
31+
[open documentation pull requests]: https://github.com/nervosys/Botnix/pulls?q=is%3Aopen+is%3Apr+label%3A%228.has%3A+documentation%22%2C%226.topic%3A+documentation%22
3232

3333
---
3434

3535
Add a :+1: [reaction] to [issues you find important].
3636

3737
[reaction]: https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/
38-
[issues you find important]: https://github.com/NixOS/nixpkgs/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc
38+
[issues you find important]: https://github.com/nervosys/Botnix/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc

.github/ISSUE_TEMPLATE/out_of_date_package_report.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Type the name of your package and try to find an open pull request for the packa
1717
If you find an open pull request, you can review it!
1818
There's a high chance that you'll have the new version right away while helping the community!
1919
-->
20-
- [ ] Checked the [nixpkgs pull requests](https://github.com/NixOS/nixpkgs/pulls)
20+
- [ ] Checked the [nixpkgs pull requests](https://github.com/nervosys/Botnix/pulls)
2121

2222
**Notify maintainers**
2323

@@ -32,4 +32,4 @@ Note for maintainers: Please tag this issue in your PR.
3232
Add a :+1: [reaction] to [issues you find important].
3333

3434
[reaction]: https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/
35-
[issues you find important]: https://github.com/NixOS/nixpkgs/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc
35+
[issues you find important]: https://github.com/nervosys/Botnix/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc

.github/ISSUE_TEMPLATE/packaging_request.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ assignees: ''
2323
Add a :+1: [reaction] to [issues you find important].
2424

2525
[reaction]: https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/
26-
[issues you find important]: https://github.com/NixOS/nixpkgs/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc
26+
[issues you find important]: https://github.com/nervosys/Botnix/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc

.github/ISSUE_TEMPLATE/unreproducible_package.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ additional analysis you may have done)
9191
Add a :+1: [reaction] to [issues you find important].
9292

9393
[reaction]: https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/
94-
[issues you find important]: https://github.com/NixOS/nixpkgs/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc
94+
[issues you find important]: https://github.com/nervosys/Botnix/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc

0 commit comments

Comments
 (0)