| 21 Aug 2025 |
| sinan changed their profile picture. | 02:27:02 |
| sinan | 02:27:05 |
infinisil | Redacted or Malformed Event | 23:29:13 |
NixOS Moderation Bot | @infinisil:matrix.org You have mentioned too many users in this message, so we have had to redact it. | 23:29:14 |
infinisil | Ugh :/ | 23:29:26 |
infinisil | Nix team, please make sure you have some content in the state of the union presentation at NixCon: https://docs.google.com/presentation/d/191-Bgwv6Bdb4KBzIfyAyZBftI0rSuCBo-_tSPrTSrtE/edit?slide=id.g376eb5e3048_2_93#slide=id.g376eb5e3048_2_93). You can reuse parts from 2024 or PlanetNix | 23:30:51 |
infinisil | @Eelco @tomberek @John Ericson ^ | 23:31:03 |
infinisil | @Robert Hensing (roberth) @Sergei Zimmerman (xokdvium) @Robert Hensing (roberth) ^ | 23:31:15 |
infinisil | PM me your google mail to get permissions | 23:35:47 |
| 22 Aug 2025 |
| Nikhil Singh changed their profile picture. | 12:05:58 |
| elikoga changed their profile picture. | 17:28:41 |
| 23 Aug 2025 |
fzakaria | Sorry i missed the meeting this week | 03:10:21 |
fzakaria | if anyone has a good bug for me to track down; feel free to DM me it -- I will try to pick 2-3 this week like last week | 03:10:40 |
pveierland | Wrote PostgreSQL functions for Nix base32 - sharing to save others from the fun :) https://github.com/pveierland/pg_nix_base32 | 06:06:32 |
| ebeem-sama changed their profile picture. | 19:59:09 |
| 24 Aug 2025 |
dramforever | is this an intended feature?
$ nix run nixpkgs#busybox echo -v3
3
| 09:20:31 |
K900 | Of what? | 09:37:08 |
dramforever | nix | 09:44:08 |
dramforever | * nix run | 09:44:21 |
dramforever | nix run is eating the -v, as can be seen:
$ nix run busybox echo -- -v3
-v3
| 09:45:05 |
| 25 Aug 2025 |
fzakaria | Sergei Zimmerman (xokdvium): https://github.com/NixOS/nix/pull/13821 | 04:35:50 |
emily | have you tested file://relative/repo or file:/var/repos/x with git(1)? I don't think they behave how you expect | 04:37:22 |
fzakaria | the file parsing I have kept the same for now and this tackles mostly SCP | 04:40:26 |
emily | I don't think Nix treats file://a/b as relative or file:/a/b as absolute currently | 04:41:28 |
emily | file://relative/repo is the path /repo on the authority relative, and file:/a/b is I think RFC-compliant but does not work | 04:43:29 |
emily | at least a doc/tests issue, since the URL described as relative isn't | 04:44:04 |
fzakaria | I wrote two tests for now.
If we file a bug I can augment the parser | 04:44:52 |
fzakaria | // Relative path (becomes file:)
{"relative/repo", "file://relative/repo"},
// Already file: scheme
{"file:/var/repos/x", "file:/var/repos/x"},
| 04:44:54 |
Sergei Zimmerman (xokdvium) | In reply to @fzakaria:one.ems.host the file parsing I have kept the same for now and this tackles mostly SCP Either way that looks like a bug. file urls must contain absolute paths https://datatracker.ietf.org/doc/html/rfc8089#section-2 | 06:24:20 |
magic_rb | https://github.com/NixOS/nix/pull/13437 dumb question, cause from the description its not obvious. But this makes follows recursive right | 13:13:03 |