Nix Documentation | 435 Members | |
| Discussion about documentation improvements around the Nix ecosystem | 92 Servers |
| Sender | Message | Time |
|---|---|---|
| 22 Oct 2022 | ||
| ๐ | 11:12:11 | |
| Hi all - popping in to say I'd love to help lend a hand with contributing to Nix documentation! Was watching Valentin's talk on the NixCon livestream last night, and it's nice to see that we've got a strong effort growing to help address one of my biggest pain points with using Nix, as well as recommending it to my friends. More than happy to lend a hand whereever needed ๐ | 11:44:03 | |
| We're having a meeting about that right now ^ | 12:02:45 | |
| We're currently having a meeting at NixCon. You can lurk what we're thinking/talking about: https://pad.lassul.us/gshjat31S9uSDX5GwhKeOw?edit | 12:00:58 | |
| This is a service that sends you random issues to review in configurable intervals https://www.codetriage.com/ | 12:03:14 | |
In reply to @yuki:backalley.clubEssentially, we're discussing on bootstrapping the documentation contribution pipeline | 12:01:53 | |
In reply to @brainrape:ggpeti.comoh this is cool! might give it a go | 12:08:20 | |
| 14:31:39 | ||
| 15:29:22 | ||
| 16:56:17 | ||
In reply to @waldyrious:matrix.orggrahamc (he/him) / Domen Koลพar โ do you think this could be done for this room? I.e. make it be included in both the "teams" subspace and the top-level NixOS space? | 20:03:22 | |
| I wonder whether the documentation for everything related to contributing documentation should have a dedicated section in nix.dev | 21:45:08 | |
| Meh, Iโll just do it next week and make a PR so yโall can see instead of wasting time explaining it here. | 21:47:08 | |
| 24 Oct 2022 | ||
| 21:10:38 | ||
| The "Nix language basics" link under the "Next steps" section of https://nixos.org/guides/ad-hoc-developer-environments.html is broken. It seems like it was meant to link to https://nix.dev/tutorials/nix-language#reading-nix-language, but that page hasn't been put on nixos.org. | 21:12:47 | |
| 25 Oct 2022 | ||
In reply to @alex:tunstall.xyzthe issue should be in this script: https://github.com/NixOS/nixos-homepage/blob/master/scripts/copy-nix-dev-tutorials.sh either open a issue in the repository (or create a pr if you have the time). | 06:37:11 | |
| 21:53:10 | ||
| 26 Oct 2022 | ||
| 00:10:35 | ||
| Alex: made a pull request to fix that: https://github.com/NixOS/nixos-homepage/pull/929 | 09:42:18 | |
| Some feedback from having someone ask me about flakes: after viewing https://nixos.wiki/wiki/Flakes ("clear as mud") and after I linked them to https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-flake.html#description, they still say "It still doesn't say what they actually do... or why they are called flakes" | 10:42:15 | |
| they comment that flakes seem to be described in terms of other Nix features, "and thus impenetrable" | 10:42:50 | |
| In my own opinion, it's not about what flakes "do", but what Nix can do with them. Maybe the docs could highlight that | 10:44:05 | |
well, it is about what flakes can do because nix just imports some source code that flakes downloaded and turns on some tighter isolation (--pure). | 14:24:53 | |
| 14:26:02 | |
| chreekat: first pass at a better 'headline' description:
thoughts? | 14:48:01 | |
In reply to @joepie91:pixie.town I think it's getting there! Some suggestions:
| 14:58:10 | |
| Even "Flakes make it easier to..." implies the thing that came before, though. :) Newcomers won't know the difference | 15:00:23 | |
| "Flakes are a mechanism for ..." | 15:00:39 | |
| Although I do think it's useful to have a comparison to the old way | 15:00:59 | |
In reply to @b:chreekat.netIn a fit of unproductivity today I wrote https://twitter.com/chreekat/status/1585236514241654784 for example | 15:02:43 | |