| 14 Oct 2021 |
baloo | I probably should macro the dlopen on non-static or something | 04:47:51 |
tomberek | > src/libmain/shared.cc:18:10: fatal error: gnu/lib-names.h: No such file or directory
> 18 | #include <gnu/lib-names.h>
yup
| 04:56:20 |
baloo | how do you build it static? | 04:59:16 |
tomberek | nix build 'github:baloo/nix-1?ref=2db947a7100ed6cff355159959e7e0cb10cab3e2#nix-static' | 04:59:45 |
baloo | I can't find any macro/define for static build, if I read the makefiles correctly it's missing | 17:21:39 |
baloo | is this correct? | 17:21:49 |
trofi | calling dl_iterate_phdr() might be a good enough way to check if there are any dynamic tags present in program. I hope it does not require libdl.so :) | 17:56:21 |
baloo | my question was more about this: https://github.com/NixOS/nix/pull/5384/commits/f0fd6d1ce3e3f368d16ef25b5683ce5f72ae50ea | 21:58:28 |
| 16 Oct 2021 |
kamadorueda | do we currently have a c++ code formatter on our github repository?
if not, are we open to adding one? | 01:47:37 |
baloo | you mean nixpkgs or nix itself? | 02:59:49 |
baloo | otherwise clang-format works | 02:59:55 |
kamadorueda | I mean in order to format nixos/nix | 03:04:53 |
| 19 Oct 2021 |
baloo | niksnut: any chance I could get a merge on this one? https://github.com/NixOS/nix/pull/5384 | 17:10:14 |
tomberek | baloo: your dns test never got merged to nixpkgs, should we revisit that too? | 18:42:36 |
baloo | no, it's merged in nix itself now | 18:42:56 |
baloo | it's better there than in nixpkgs | 18:43:11 |
tomberek | okay | 18:43:19 |
baloo | https://github.com/NixOS/nix/blob/master/tests/nss-preload.nix | 18:43:47 |
baloo | nix build -L '.#hydraJobs.tests.nssPreload' in nix itself | 18:44:20 |
baloo | if you want to run it | 18:44:25 |
| 20 Oct 2021 |
Las | RFC 92 pertains to the core semantics of Nix, it would be great if people here could give it a review, considering it's been reworked considerably recently as part of the Shepherd meetings:
https://github.com/NixOS/rfcs/pull/92 | 11:03:29 |
| 21 Oct 2021 |
trofi | [12 days later] https://github.com/NixOS/nix/pull/5366: is it a reasonable way to handle schema update? | 08:36:06 |
| balsoft set a profile picture. | 13:40:29 |
| 22 Oct 2021 |
| Enzime joined the room. | 13:22:48 |
balsoft | I'm still trying to fix https://github.com/NixOS/nix/issues/5410 | 16:44:45 |
balsoft | Does anyone know of a proper way to set the list of references for a path? | 16:45:28 |
balsoft | Hm | 16:48:24 |
balsoft | I think what I kinda need is the inverse of queryPathInfo | 16:48:57 |
balsoft | Aha, ok, updatePathInfo | 16:58:03 |
balsoft | I wonder why it's not implemented for an aribtrary store | 17:01:28 |