4 May 2025 |
martin | No ... I'm using Firefox. | 10:02:33 |
K900 | With resist_fingerprinting? | 10:02:52 |
martin | I'm using the default Standard setting of the Enhanced Tracking Protection. | 10:03:36 |
K900 | Which Firefox version? | 10:04:01 |
K900 | There's a user-agent whitelist currently to avoid heavy scraping | 10:04:14 |
martin | Mind you I can access https://nix.dev/manual/nix/2.24/development/contributing.html perfectly fine ... it's the /development/ that's giving me a 403. | 10:05:02 |
K900 | Yes, the /development/ URLs redirect to Hydra | 10:05:37 |
K900 | nix.dev is not covered by the filtering | 10:05:44 |
martin | My user agent is Mozilla/5.0 (X11; Linux x86_64; rv:135.0) Gecko/20100101 Firefox/135.0. | 10:05:58 |
K900 | Yeah that might be a little too old | 10:06:24 |
K900 | That's three major versions behind | 10:06:32 |
K900 | And EOL | 10:06:35 |
martin | ok I'll update and try again^^ | 10:07:08 |
martin | yay it's working with Firefox 138 :) | 10:10:42 |
martin | sent a PR :) https://github.com/NixOS/nix/pull/13136 | 10:21:53 |
martin | How can I build only libexpr with meson? | 10:42:17 |
roberth | martin: with the flake, nix build .#default.libs.nix-expr . For development, instead of meson compile run ninja src/libexpr/libnixexpr.so or meson test nix-expr-tests (runs unit tests, but most of our coverage is in the functional test suite, i.e. meson test ) | 12:00:57 |
| sinan changed their profile picture. | 18:36:26 |
| sinan | 18:37:04 |
| sinan changed their profile picture. | 18:38:37 |
| sinan | 18:38:45 |
| sinan | 18:38:48 |
| sinan | 18:38:57 |
| sinan | 18:39:38 |
| sinan | 18:41:08 |
5 May 2025 |
| @edsoncsouza:matrix.org left the room. | 09:40:05 |
| spacecadet joined the room. | 19:16:45 |
tomberek | Double-checking: multiple-outputs for impure-derivations is not expected to work at this time?
error: derivation '/nix/store/h8vc7ifz5lx8zqgmny0jsdmcyf8123ns-thing.drv' doesn't have expected output 'second' (derivation-goal.cc/resolvedFinished,realisation)
| 21:31:25 |
6 May 2025 |
Winter | fwiw tomberek et al, i'm going to get to #13501 soon -- the issue is just a tad more haunted than i originally thought: the fix is still sane, though! i just want to get a better explanation in-tree. | 06:29:56 |
| regalk joined the room. | 16:40:43 |