!avYyleMexqjFHoqrME:nixos.org

Nix Documentation

351 Members
This is the official channel for documentation in the Nix ecosystem. The documentation team meets here. More information: https://nixos.org/community/teams/documentation NixOS teams calendar: https://calendar.google.com/calendar/embed?src=b9o52fobqjak8oq8lfkhg3t0qg%40group.calendar.google.com Documentation office hours are open for anyone interested in solving problems, getting contributions reviewed in real time, or becoming a maintainer. Video conference: https://jitsi.lassul.us/nix-documentation Meeting notes scratch pad: https://pad.lassul.us/p-Y8MjU2SdSD5qO1fnpCPA Past meeting notes: https://discourse.nixos.org/search?q=documentation%20team%20meeting%20order%3Alatest 80 Servers

Load older messages


SenderMessageTime
8 Jul 2024
@nickkadutskyi:matrix.org@nickkadutskyi:matrix.org left the room.19:20:17
9 Jul 2024
@ktemkin:katesiria.org@ktemkin:katesiria.org left the room.04:59:30
10 Jul 2024
@enn_:matrix.orgenn_
In reply to @proofconstruction:matrix.org
Welcome! For suggestions, typically they are made here, in a GitHub Issue, or by implementing the change and making a pull request to the appropriate repository. In all cases there will be an associated thread of comments and follow up suggestions.
It never fails to surprise me how time flies. This comment is also an attempt to understand how badly I'll spam the main channel when I comment in this thread...
21:34:57
@enn_:matrix.orgenn_Download nix-docs-proposal.md21:37:41
@enn_:matrix.orgenn_
In reply to @enn_:matrix.org
It never fails to surprise me how time flies. This comment is also an attempt to understand how badly I'll spam the main channel when I comment in this thread...
clearly in no particular rush from my side πŸ˜… I've attached a brief proposal relating to nix docs for consideration. Am happy to come along to an office hours session if that is useful / appropriate, or just receive feedback here, whatever works πŸ™‚
21:39:27
@zzantares:matrix.org@zzantares:matrix.org changed their display name from demo-reset to Hamlet'sPiedPlumber.23:02:34
11 Jul 2024
@fastloris:tchncs.de@fastloris:tchncs.de left the room.10:53:04
@cafkafk:gitter.imcafkafk changed their profile picture.17:11:22
15 Jul 2024
@willbush:matrix.orgwillbushI was trying to try to help out in the nix.dev repo by going through old issues and seeing if any can be closed or easily fixed. Should I ping someone from the issue if I think it can be closed or just leave a comment or something?00:23:44
@willbush:matrix.orgwillbushRedacted or Malformed Event01:38:24
@willbush:matrix.orgwillbush* I was thinking to try to help out in the nix.dev repo by going through old issues and seeing if any can be closed or easily fixed. Should I ping someone from the issue if I think it can be closed or just leave a comment or something?02:14:13
@willbush:matrix.orgwillbushDownload issues.md05:58:11
@willbush:matrix.orgwillbushI commented on some issues. Here's a list of what I went through: 05:58:14
@fricklerhandwerk:matrix.orgfricklerhandwerk
In reply to @willbush:matrix.org
I was thinking to try to help out in the nix.dev repo by going through old issues and seeing if any can be closed or easily fixed. Should I ping someone from the issue if I think it can be closed or just leave a comment or something?
Hey, thanks for taking the tour! This stuff is very helpful. It’s best to comment on the issue though. Everyone can see it there and follow up. And for me personally it’s easiest to handle because I get notifications and can take it from there.
06:05:55
@drupol:matrix.org@drupol:matrix.org left the room.17:39:40
16 Jul 2024
@alex3829:matrix.org@alex3829:matrix.org left the room.23:17:06
23 Jul 2024
@ezzobirbezziou:matrix.orgEzzobir Bezziou joined the room.08:22:40
24 Jul 2024
@redstone-menace:matrix.orgRedstone changed their display name from redstone-menace to Redstone.10:14:59
26 Jul 2024
@shivaraj:matrix.orgshivaraj-bh set a profile picture.06:40:20
@philiptaron:matrix.orgPhilip Taron (UTC-8)

Hey folks -- I'd like to make the NixOS manual and the Nixpkgs manual be exposed in pkgs as a normal package. I made some initial work in this draft PR https://github.com/NixOS/nixpkgs/pull/311459 and got positive feedback from Johannes Kirschbauer @hsjobeki. I'm planning on picking it up again today and driving for completion.

Any objections or redirections before I do that?>

16:59:40
@philiptaron:matrix.orgPhilip Taron (UTC-8) *

Hey folks -- I'd like to make the NixOS manual and the Nixpkgs manual be exposed in pkgs as a normal package. I made some initial work in this draft PR https://github.com/NixOS/nixpkgs/pull/311459 and got positive feedback from Johannes Kirschbauer @hsjobeki. I'm planning on picking it up again today and driving for completion.

Any objections or redirections before I do that?

16:59:42
@fricklerhandwerk:matrix.orgfricklerhandwerk
In reply to @philiptaron:matrix.org

Hey folks -- I'd like to make the NixOS manual and the Nixpkgs manual be exposed in pkgs as a normal package. I made some initial work in this draft PR https://github.com/NixOS/nixpkgs/pull/311459 and got positive feedback from Johannes Kirschbauer @hsjobeki. I'm planning on picking it up again today and driving for completion.

Any objections or redirections before I do that?

Great stuff, thanks a lot!
17:07:06
@sandro:supersandro.deSandro 🐧Will this trigger one rebuild for every PR touching modules in any way?17:07:55
@philiptaron:matrix.orgPhilip Taron (UTC-8)Only if the documentation changes, I think.17:10:16
@philiptaron:matrix.orgPhilip Taron (UTC-8) * Only if the documentation changes, I think. But I don't know.17:10:31
@philiptaron:matrix.orgPhilip Taron (UTC-8) fricklerhandwerk: regarding your comment, note that doc/default.nix and doc/shell.nix remain: the guts of how they're implemented move over. 17:11:14
@philiptaron:matrix.orgPhilip Taron (UTC-8)I think that's the way it ought to be.17:11:25
@sandro:supersandro.deSandro 🐧like nixos-install-tools and tests.nixos-functions.nixos-test already do17:11:45
@fricklerhandwerk:matrix.orgfricklerhandwerk
In reply to @philiptaron:matrix.org
fricklerhandwerk: regarding your comment, note that doc/default.nix and doc/shell.nix remain: the guts of how they're implemented move over.
I understand, and splitting that into two parts doesn't make much sense to me. I suggest not breaking locality
17:12:10
@philiptaron:matrix.orgPhilip Taron (UTC-8)Hmmm, I really liked how doc/ was now the actual documentation and there wasn't what I considered to be an awkward doc-support directory that wasn't documentation. But I'll take your feedback.17:14:31

Show newer messages


Back to Room ListRoom Version: 6