| 27 Oct 2022 |
Domen Kožar | Sadly Cloudflare pages only allows one setup per domain :( | 13:38:26 |
Yuki (they/them) | I'm still thinking how to organize the various guides and tutorials under nix.dev :/ | 13:36:41 |
Domen Kožar | Maybe I can point nix.dev to the preview site :D | 13:38:43 |
@grahamc:nixos.org | I pinged Luc about joining | 13:38:45 |
Domen Kožar | Thanks grahamc (he/him) | 13:38:52 |
@grahamc:nixos.org | thanks for the highlight =) | 13:39:02 |
Yuki (they/them) | CloudFlare Pages doesn't have branch subdomains? | 13:37:20 |
Domen Kožar | they do | 13:39:22 |
waldyrious | In reply to @grahamc:nixos.org I'll take the ARM room out of the top level space instead Actually, for people who are not knee-deep in the community, I think it is useful to have the ability to join just the top-level space and have the Nix channels they join appear under it. I.e. it's overkill to have a multiple spaces for Nix rooms with only one or two rooms in each. This can be done without making the experience worse for those who want to join multiple rooms and group them in separate spaces, since the rooms effectively are in both the narrower space and the top-level one. | 13:41:29 |
@grahamc:nixos.org | when you join the top level space I think you auto join the subspaces | 13:41:47 |
Yuki (they/them) | In reply to @grahamc:nixos.org when you join the top level space I think you auto join the subspaces I don't think that's the case since I'm unable to find the Nix* Documentation as a member of the top-level space | 13:40:13 |
waldyrious | In reply to @grahamc:nixos.org when you join the top level space I think you auto join the subspaces That doesn't seem to be the case, at least in Element | 13:42:12 |
@grahamc:nixos.org | also perhaps #matrix-discussion:nixos.org is a good place to discuss :) | 13:42:13 |
waldyrious | In reply to @grahamc:nixos.org also perhaps #matrix-discussion:nixos.org is a good place to discuss :) I was wondering. I joined that room too but the discussion there seemed somewhat different in scope | 13:42:46 |
waldyrious | I'll take the suggestion there, then, thanks! | 13:43:07 |
Domen Kožar | https://github.com/NixOS/nix.dev/pull/375 | 13:56:14 |
Domen Kožar | I've also setup https://flakes.nix.dev/ as a CNAME but it doesn't work (yet?) | 13:56:31 |
Domen Kožar | fricklerhandwerk: as we discussed months ago 😅 | 13:56:55 |
Yuki (they/them) | DNS seems to be working but it fails on CF
| 13:55:23 |
Yuki (they/them) | * DNS seems to be working but it fails on CF (Connection Timed Out page from CF) | 13:55:36 |
Domen Kožar | $ nix develop -c "make linkcheck"
/tmp/nix-shell.rHEApy: line 1649: exec: make linkcheck: not found
| 13:58:52 |
Domen Kožar | how comes this fails? | 13:58:56 |
Domen Kožar | ah it's pure | 13:59:13 |
Yuki (they/them) | because it literally runs an executable called "make linkcheck" | 13:57:23 |
Yuki (they/them) | * because it literally runs an executable called "make linkcheck"? | 13:57:25 |
Domen Kožar | where's nix-shell --run? | 13:59:37 |
Yuki (they/them) | I think it's just nix developer -c make linkcheck | 13:59:11 |
Yuki (they/them) | * I think it's just nix develop-c make linkcheck | 13:59:14 |
Yuki (they/them) | * I think it's just nix develop -c make linkcheck | 13:59:16 |
Domen Kožar | nice! | 14:01:38 |