Nix Hackers | 915 Members | |
| For people hacking on the Nix package manager itself | 191 Servers |
| Sender | Message | Time |
|---|---|---|
| 31 Jan 2026 | ||
| Look at this, I am thinking it something caused by:
| 17:59:38 | |
| * Look at this, I am thinking it something caused by: ```cpp
| 17:59:51 | |
| * Look at this, I am thinking it something caused by: ```
| 18:00:08 | |
| * Look at this, I am thinking it something caused by: | 18:00:19 | |
| * Look at this, I am thinking it something caused by: | 18:00:25 | |
| * Look at this, I am thinking it something caused by: nixConfDir(canonPath(getEnvOsNonEmpty(OS\_STR("NIX\_CONF\_DIR")) .transform(\[\](auto && s) { return std::filesystem::path(s); }) .value\_or(resolveNixConfDir()))) | 18:00:29 | |
| * Look at this, I am thinking it something caused by:
| 18:01:32 | |
| * Look at this, I am thinking it something caused by: : nixConfDir(canonPath(getEnvOsNonEmpty(OS\_STR("NIX\_CONF\_DIR")) .transform(\[\](auto && s) { return std::filesystem::path(s); }) .value\_or(resolveNixConfDir()))) | 18:12:17 | |
| * Look at this, I am thinking it something caused by: : nixConfDir(canonPath(getEnvOsNonEmpty(OS\_STR("NIX\_CONF\_DIR")) .transform(\[\](auto && s) { return std::filesystem::path(s); }) .value\_or(resolveNixConfDir()))) | 18:12:23 | |
In reply to @eveeifyeve:matrix.orgIn my experience that’s a moot point. Just run via meson test —interactive | 18:50:29 | |
| 20:22:49 | ||
Is there some way to specify the name of the output path when using nix flake prefetch or fetchTree? I digged a little through the source code, and it seems like name is an attribute that defaults to source and passed around, but I couldn't find any way to change it to something other than the default. | 20:27:47 | |
In reply to @figsoda:matrix.orgDon’t think so, it’s only allowed for fetchGit | 20:44:05 | |
| FetchTreeParams::allowNameArgument | 20:44:24 | |
| Thanks for the pointers, do you know if there is a design reason why that's the case? Or is it just that they haven't got around to implementing it, and it was just there so fetchGit can use fetchTree | 20:48:11 | |
In reply to @figsoda:matrix.orgHonestly I don’t know. “source” is special-cases in all sorts of places in the store layer and the justification is probably along the lines of why that used to be preferred for FOD fetchers in nixpkgs - when changing the fetcher the outpath would stay the same. Whether that’s a good idea is another question | 20:50:09 | |
In reply to @figsoda:matrix.org* Honestly I don’t know. “source” is special-cased in all sorts of places in the store layer and the justification is probably along the lines of why that used to be preferred for FOD fetchers in nixpkgs - when changing the fetcher the outpath would stay the same. Whether that’s a good idea is another question | 20:50:51 | |
| Thanks anyway, I'll probably open an issue later | 20:51:16 | |
| Sergei Zimmerman (xokdvium): is it werid for a test to error out on my pr? Because I can't seem to debug the netrc isn't an absolute path thing. | 20:52:03 | |
| https://github.com/NixOS/nix/pull/15041/ | 20:52:30 | |
| * Sergei Zimmerman (xokdvium): is it werid for a test to error out on my pr? Because I can't seem to debug the netrc isn't an absolute path thing reproduced the test error locally, but I don't know where I can start to debug it. | 20:53:29 | |
| Builtin builder does set it to a relative path apparently | 20:54:33 | |
| Huh werid? | 20:55:56 | |
| 1 Feb 2026 | ||
| 00:25:21 | ||
| 00:43:29 | ||
| Redacted or Malformed Event | 00:47:55 | |
| 00:54:42 | ||
| 10:41:50 | ||
| 12:53:09 | ||
| 18:22:43 | ||