17 Aug 2025 |
Sergei Zimmerman (xokdvium) | Yes. It's best consumed via CMake, though it's weird | 21:42:41 |
emily | oh, probably the issue is that you're depending on nix . | 21:45:27 |
emily | rather than the correct component package. | 21:45:31 |
emily | because of the split build. | 21:45:33 |
emily | I guess it's a bug in the combined package. | 21:45:42 |
Sergei Zimmerman (xokdvium) | Yeah, that stuff is going away soon either way | 21:50:07 |
18 Aug 2025 |
fzakaria | Here is another "oddity" of the separate SOs. I want to just pull in nix-store but it complains:
The program must call nix::initNix()
That only exists in nix-main :(
| 03:33:09 |
fzakaria | I think you can do initLibStore so the message is just wrong | 03:34:03 |
Artturin | In reply to @xokdvium:matrix.org Welp boost doesn't ship pkg-config and never will In nixpkgs it does https://github.com/NixOS/nixpkgs/pull/315998/commits/4dc3f5aa9bd08d1b5c5c518b4cd168083a668f81 😄 | 10:59:14 |
Artturin | And the reason can be seen in the pr message | 10:59:57 |
Artturin | In reply to @emilazy:matrix.org for some reason I added it because of your issue https://github.com/NixOS/nixpkgs/issues/86131 | 11:03:24 |
Artturin | * Funnily enough, I added it because of your issue https://github.com/NixOS/nixpkgs/issues/86131 | 11:05:04 |
| knownasred set a profile picture. | 14:25:57 |
| knownasred changed their display name from redblueflame to knownasred. | 14:26:03 |
emily | ah yeah Meson dependency detection is cursed | 15:57:25 |
emily | it's a bit scary that people might assume they can rely on Boost having .pc files though | 15:57:41 |
dramforever | boost-finding environment variables | 16:00:01 |
emily | like loop-finding-jazz-records | 16:01:59 |
19 Aug 2025 |
magic_rb | i remember there being a recent change wherein nix wont use /tmp for build anymore? cant find the pr now, does anyone know the name/number? | 16:46:05 |
magic_rb | or am i imagining things | 16:48:03 |
emily | it was part of the CVE fixes backported from Lix, so no PR | 16:51:50 |
emily | build-dir is used now | 16:51:54 |
magic_rb | right, thanks :) | 16:52:28 |
Mic92 | https://www.freedesktop.org/software/systemd/man/latest/systemd-nsresourced.service.html @Ericson2314:matrix.org: this might useful for not nix daemon | 17:33:19 |
Mic92 | Nice. Even network support | 17:34:03 |
Mic92 | Just don't know if it provides enough flexibility to make the sandbox same way nix does | 17:36:18 |
Mic92 | Here is the api: https://github.com/systemd/systemd/blob/1441f2e992181318d00ea42feec886cb223938fd/src/shared/varlink-io.systemd.NamespaceResource.c#L3 | 17:43:29 |
Mic92 | * https://www.freedesktop.org/software/systemd/man/latest/systemd-nsresourced.service.html @Ericson2314:matrix.org: this might useful for not-root nix daemon | 17:43:47 |
Mic92 | * https://www.freedesktop.org/software/systemd/man/latest/systemd-nsresourced.service.html @Ericson2314:matrix.org: this might useful for non-root nix daemon | 17:43:57 |
Mic92 | * https://www.freedesktop.org/software/systemd/man/latest/systemd-nsresourced.service.html @Ericson2314:matrix.org: this might useful for rootless nix daemon | 17:44:03 |