| 27 Oct 2022 |
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 |
Yuki (they/them) | Since looking at https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-develop.html#options, it states command and args as two separate entities | 14:00:09 |
Domen Kožar | alright flakes branch is ready for contributions :) | 14:06:46 |
Domen Kožar | I won't be able to attend today's documentation meeting :( | 14:06:56 |
Yuki (they/them) | https://nix.dev/tutorials/dev-environment doesn't teach you to make a dev environment but how to make a nix package for a flask project, heh. | 14:26:12 |
Yuki (they/them) | Unless I misunderstood what a "development environment" is, which to me is shell.nix | 14:26:56 |
| Luc Perkins joined the room. | 14:33:45 |
Yuki (they/them) | ah it launches a nix-shell with the default.nix | 14:34:23 |
Yuki (they/them) | Though I don't think that's a good idea for most cases outside of Python specifically | 14:34:34 |
john-rodewald | Unfortunately today’s docs meeting just about collides with another local Nix event. Will see if I can catch it. | 14:36:52 |
Luc Perkins | Yuki (they/them): Yeah, that doc does seem pretty misaligned with what people are likely to expect. Wanna file an issue? | 14:38:04 |
Yuki (they/them) | I'm writing one right now | 14:36:21 |
Luc Perkins | 💯 | 14:38:31 |
Yuki (they/them) | there's also this https://nix.dev/tutorials/declarative-and-reproducible-developer-environments | 15:10:12 |
Yuki (they/them) | This reads more like a How-to guide while the other one reads more like a tutorial | 15:12:03 |
Yuki (they/them) | I think a gradual progression from ad-hoc development environment -> declarative development environment -> reproducible and declarative development using the same code would be much better | 15:13:17 |
Yuki (they/them) | * I think a gradual progression from ad-hoc development environment -> declarative development environment -> reproducible and declarative development using the example project would be much better | 15:13:25 |
Yuki (they/them) | In reply to @yuki:backalley.club This reads more like a How-to guide while the other one reads more like a tutorial https://diataxis.fr/tutorials-how-to/#tutorials-how-to | 15:13:49 |