31 May 2025 |
Sergei Zimmerman (xokdvium) | In reply to @fzakaria:one.ems.host What's up with the nix-meson-build-support folders ? It’s just a helper for deduplicating shared meson code. Since meson only allows importing shared code via subdir s from the subdirectory it gets in-repo symlinked to all subprojects. There isn’t a much better way to deduplicate code AFAIK with meson. | 12:13:51 |
| chipset joined the room. | 13:23:46 |
Mic92 | In reply to @philiptaron:matrix.org Awesome news! Is there someone from the Nix core team on deck to make the nixpkgs PR, or would you like community support from (say) me there? You mean for the update? John did it | 14:01:05 |
Mic92 | However you can bump latest if you want | 14:01:30 |
fzakaria | Sergei Zimmerman (xokdvium): things like gen_header have to be redeclared for each subproject? | 14:37:07 |
Sergei Zimmerman (xokdvium) | Well, yeah. There’s also /export which does pkgconf file generation and common stuff like enabling warnings. Since componentized builds actually don’t have any subprojects there isn’t any other way to do that. | 14:41:46 |
fzakaria |
Well, yeah. I'll play with it; that sounds crazy for each subproject to redlcare thing but /shrug
| 14:43:04 |
fzakaria | (build systems always surprise me) | 14:43:09 |
Sergei Zimmerman (xokdvium) | Well, meson does have a ton of opinionated choices which are somewhat questionable. | 14:45:18 |
| Gerg joined the room. | 15:47:09 |
| Rajiv Singh joined the room. | 17:11:52 |
fzakaria | I haven't used it much; i spent the last year doing a lot of Bazel but dunno its any better | 17:27:23 |
fzakaria | I use ccacheStdenv but looking at ccache -s it always seems to miss. | 17:39:55 |
fzakaria | i have this little fork https://github.com/fzakaria/nix/tree/linux-simple where I removed darwin, Windows and other stuff to try and get a small Nix kernel | 20:12:35 |
1 Jun 2025 |
| mjolnir unbanned @mightyiam:matrix.org. | 22:58:04 |
| jeancaspar joined the room. | 23:34:29 |
3 Jun 2025 |
| @sally:catgirl.cloud joined the room. | 01:35:45 |
@sally:catgirl.cloud | I have installed nix docker on Debian, then I installed telegram-desktop on nix. How can I run telegram-desktop on Debian? | 01:37:12 |
K900 | That's not really a question for this room | 05:42:25 |
K900 | Maybe #Nix / NixOS | 05:42:30 |
| edouard-lopez joined the room. | 09:09:22 |
edouard-lopez | Hello, I'm the maintainer of the pure prompt for Fish shell and I would like to improve my CI to build and test my project against NixOS before release. My current docker is fetching from Github and I would like to fetch from local directory. Is it the right place to such discussion ? If so any hint? | 09:09:54 |
Sandro 🐧 | Probably #users:nixos.org ? | 11:42:04 |
Sandro 🐧 | Don't use short hashes like 6573f71, they may get a collision in the future and then github just returns a 404 | 11:43:00 |
Sandro 🐧 | You can replace the references with a clone of the repository | 11:43:26 |
edouard-lopez | I can't join this channel as I'm not invited :/ | 11:48:21 |
magic_rb | In reply to @edouard-lopez:matrix.org I can't join this channel as I'm not invited :/ Invited | 11:54:11 |
| holzingk joined the room. | 14:26:32 |
| holzingk changed their display name from Kilian Holzinger to holzingk. | 14:26:48 |
holzingk | Hi, how do I build the nix manual? | 14:27:37 |