| 10 Aug 2022 |
Winter (she/her) | Which manual? There may be an extra step to take depending on the manual. | 05:50:04 |
Winter (she/her) | But yes, opening a PR is preferred if you want to do so :) | 05:50:20 |
Flávio Martins Prado | is thenixos manual | 05:57:24 |
Flávio Martins Prado | sorry nixpkgs manual | 05:58:29 |
Flávio Martins Prado | its wrong on both actually | 06:01:51 |
Flávio Martins Prado | ok i will open the report, there is some template for reporting on the documentation? (there is for bugs) | 06:03:41 |
Flávio Martins Prado | dang i read gug report lol i will correct and commit the correction:) | 06:07:27 |
| luxus joined the room. | 09:56:48 |
luxus | fricklerhandwerk: thanks for your lecture.. i really felt stupid yesterday for not understanding. vielen danke 😄 | 10:01:54 |
fricklerhandwerk | luxus: With pleasure. In fact, I forgot to add one of the most important things I regularly tell people about Nix: If you feel confused, that's not because you're stupid but because it is confusing, and we want to do something about it. | 22:46:57 |
luxus | i got a lot working by now.. but stuff like flake configs for gpg, darwin/nixos, secrets, and deploy are really hard stuff | 22:49:50 |
luxus | if you need any feedback or any tests or experiments i would love to help 😄 your lecture is my favourite so far! | 22:51:33 |
| 11 Aug 2022 |
olaf | I just opened this PR I would like to know if the direction is appreciated. | 13:30:26 |
| olaf changed their display name from denna to olaf. | 13:30:58 |
John Ericson | https://github.com/NixOS/nix/pull/6420#issuecomment-1206226364 | 15:40:04 |
infinisil | https://github.com/orgs/NixOS/projects/15/views/1 | 15:52:06 |
Mic92 | John Ericson: https://hackmd.io/8MbOj5cfSF6QHw4J_tQVxw?edit | 15:56:19 |
olaf | https://github.com/NixOS/nix-book/blob/main/resources.md | 15:59:05 |
olaf | In reply to @denna:matrix.org I just opened this PR I would like to know if the direction is appreciated. here | 16:02:27 |
John Ericson | Mic92: we didn't discuss that much but I liked your nix.dev PR | 16:43:10 |
John Ericson | good indeed to introduce problem separate from niv | 16:43:17 |
Mic92 | John Ericson: I think you mean someone else? I don't think I created such a PR. | 16:44:44 |
John Ericson | oh yes oops that was olaf with https://github.com/NixOS/nix.dev/pull/303/files | 16:45:13 |
John Ericson | my ad | 16:45:17 |
fufexan | I was thinking of adding setting nixPath from flakes inputs to the wiki. Should that be done in the Flakes article or in a new article? It's basically only
{ inputs, ... }:
{
nix.nixPath = [
"nixpkgs=${inputs.nixpkgs}"
"home-manager=${inputs.home-manager}"
"system=${inputs.self}"
];
}
This would go along with showing how to add specialArgs = { inherit inputs; }; to a nixosSystem call.
Should I add this at all?
| 19:46:01 |
fufexan | * I was thinking of adding setting nixPath from flakes inputs, for compatibility with older nix tools, to the wiki. Should that be done in the Flakes article or in a new article? It's basically only
{ inputs, ... }:
{
nix.nixPath = [
"nixpkgs=${inputs.nixpkgs}"
"home-manager=${inputs.home-manager}"
"system=${inputs.self}"
];
}
This would go along with showing how to add specialArgs = { inherit inputs; }; to a nixosSystem call.
Should I add this at all?
| 19:46:44 |
| 12 Aug 2022 |
| * 夜坂雅 | Yorusaka Miyabi wonders if there's any requirements for NixOS documentation to use DocBook. | 01:42:12 |
pennae | pretty much everything except modules and the options we haven't touched yet use markdown as their primary format and just render to docbook as an intermediate format. some modules do that as well, albeit not automatically | 01:47:31 |
夜坂雅 | Yorusaka Miyabi | In reply to @pennae:matrix.eno.space pretty much everything except modules and the options we haven't touched yet use markdown as their primary format and just render to docbook as an intermediate format. some modules do that as well, albeit not automatically I thought that, eventually all NixOS module option docstrings are written in CommonMark. | 02:55:24 |
pennae | that's the plan :) | 02:56:11 |