| 16 Jun 2023 |
@brian:bmcgee.ie | myst-parser in master is now 1.0.0 | 13:34:09 |
@brian:bmcgee.ie | Managed to close a few and merged the cachix action change. The remainder are conflicts with the poetry lock file | 13:44:46 |
@brian:bmcgee.ie | Gonna hunt for some other low hanging fruit | 13:45:04 |
@brian:bmcgee.ie | There's some PR's like this one https://github.com/NixOS/nix.dev/pull/197 which still seem useful but I don't know how they fit into the latest docs thinking / recent work on learning journey etc | 13:53:34 |
@brian:bmcgee.ie | Is there someone who should be a reviewer on PRs like this by default? | 13:54:10 |
@brian:bmcgee.ie | Maybe a group PR review session for nix.dev at some point would help get through the backlog and ping people to resolve conflicts as necessary. I don't want to prod someone to resolve a conflict just for it to get rejected | 13:58:31 |
pennae | In reply to @jtojnar:matrix.org looks like nixos/doc/manual/man-pages.xml has been forgotten? oh, that should go away too | 17:24:29 |
Sandro 🐧 | In reply to @brian:bmcgee.ie There's some PR's like this one https://github.com/NixOS/nix.dev/pull/197 which still seem useful but I don't know how they fit into the latest docs thinking / recent work on learning journey etc we shouldn't recommend this. Debians version is, as usual, very out of date and maintenance is lacking | 21:17:56 |
Sandro 🐧 | also they disable the sandbox by default which is completely unsupported on x86_64-linux and will cause issues https://salsa.debian.org/debian/nix/-/blob/master/debian/nix.install.files/nix.conf#L5 | 21:19:14 |
Sandro 🐧 | and the PR is from volth so we have no clue what it was about | 21:19:41 |
| 18 Jun 2023 |
@adam:valkor.net | Maybe they’d be open to changing that setting? | 02:01:11 |
asymmetric | https://mtlynch.io/notes/nix-first-impressions/ | 18:04:26 |
asymmetric | Lists zero-to-nix as the best learning resource for beginners | 18:04:54 |
asymmetric | We (official docs) are nowhere on that list 😢 (yet) | 18:05:24 |
asymmetric | But they do mention this: https://nix.dev/tutorials/nixos/build-and-deploy/installing-nixos-on-a-raspberry-pi | 18:06:25 |
asymmetric |  Download ima_d29f93d.png | 18:07:47 |
asymmetric | This seems to agree with the position that it’s not Nixlang that people struggle with, but the basic concepts | 18:08:28 |
asymmetric | Maybe? | 18:08:58 |
Dominic Mills | I agree with this view | 18:10:19 |
Dominic Mills | For the longest time I couldn't understand what flakes were and what utility it's provided over using a nix shell. | 18:11:17 |
Dominic Mills | Redacted or Malformed Event | 18:12:03 |
Dominic Mills | The most illuminating piece of exposition I saw was the Reddit post that actually made me gain a good understanding of it: https://www.reddit.com/r/NixOS/comments/13ye3lg/what_are_the_advantages_of_using_flakes/ | 18:14:16 |
Dominic Mills | I think a lot of very basic concepts in Nix such as overlays, channels, derivations, binary caches, etc are often overlooked when giving motivating examples of its use. | 18:15:41 |
Dominic Mills | And that is the biggest impediment to Nix adoption | 18:16:11 |
pennae | should we wait for roberth to look at nixos ¬docbook or just send it and go on to nixpkgs? | 18:25:51 |
| toonn changed their profile picture. | 20:48:32 |
toonn | DominicMills: Those seem like implementation details that are uninteresting as motivating examples though? Except for binary caches. | 21:45:52 |
toonn | Why would a potential user care about derivations, for example? | 21:46:20 |
toonn | I think I don't even do and I'm already sold on Nix. | 21:46:44 |
Dominic Mills | I'm a software developer and care about derivations. I believe many software developers would care about creating their own derivations for whatever projects they work on. This is especially true for complex polyglot projects that would otherwise have a number of moving parts without "packing" them into a derivation. Moreover, creating derivations for your own projects comes with a number of benefits such as package deployment and distribution, dependency management and versioning and isolation for testing purposes, which would be useful for a large of subset of software development teams. I find it interesting that out of all topics I mentioned you picked derivations to criticise, since it is arguably has the most utility compared to everything else that I've listed. | 22:15:28 |