25 Jun 2025 |
nh2 | I thought line numbers in scripting languages were a solved problem today | 18:56:19 |
K900 | bash is not from today | 18:56:37 |
K900 | Going to restart unstable-small | 19:04:31 |
K900 | To get it back to its normal-ish timeslot | 19:04:37 |
26 Jun 2025 |
sielicki | what's the process for potentially assuming co-maintainership of a top-level nix-community repo? I've had https://github.com/nix-community/tree-sitter-nix/pull/138 outstanding since march with zero response, the only commits that are able to land on this repo are automerge lockfile bumps from bots | 05:00:40 |
sielicki | a long time ago, for whatever reason, I had the email of someone who worked on github search, and I reached out to them to ask about this specific pull request and whether it would result in better indexing for nix src on github. He said, "We don't get a ton of time to work on adding new languages but if you complete the steps I will try to prioritize it." -- and then I never was able to hold up my end of it because this repo is essentially archived | 05:02:19 |
Tristan Ross | Probably should ask in #nix-community:nixos.org | 05:04:27 |
sielicki | thanks, don't know how i missed that | 05:13:20 |
Mic92 | hexa (signing key rotation when): Jeremy Fleischman (jfly) vcunat Arian meeting? | 16:04:56 |
Jonas Chevalier | https://jitsi.lassul.us/nixos-infra | 16:05:38 |
Mic92 | edef: ^ | 16:07:05 |
hexa (signing key rotation when) | root@nixos-foundation-macstadium-44911207:~/ > sw_vers
ProductName: macOS
ProductVersion: 15.5
BuildVersion: 24F74
root@nixos-foundation-macstadium-44911207:~/ > nix --version
nix (Nix) 2.11.1
| 16:39:45 |
hexa (signing key rotation when) | Mic92: | 16:39:48 |
hexa (signing key rotation when) | soi recent macos, but outdated nix | 16:39:58 |
hexa (signing key rotation when) | oh, but not all of them 😄 | 16:40:44 |
Mic92 | hexa (signing key rotation when): I vaguely remember that I did update some of them at some point. Maybe I did not have access to all of them at the time. | 16:45:56 |
hexa (signing key rotation when) | we finally need to get that managed | 16:51:22 |
hexa (signing key rotation when) | so getting these boxes closer to infra would help | 16:51:28 |
hexa (signing key rotation when) | one of the macs on 13.1 / 2.10.2 has 335 GB worth of checkouts in /var/lib/ofborg | 18:59:10 |
hexa (signing key rotation when) | leaving ~10GB for the nix store | 18:59:21 |
hexa (signing key rotation when) | because it apparently fetches everything into an existing repo and never gcs that | 19:00:28 |
hexa (signing key rotation when) | loving the technical debt | 19:01:03 |
hexa (signing key rotation when) | # git gc
fatal: bad object refs/remotes/origin/add-nixpkgs-function-platform-arguments-and-docs
fatal: failed to run repack
| 19:05:00 |
hexa (signing key rotation when) | fscking for the thrill of it | 19:06:06 |
hexa (signing key rotation when) | follow me for more silly infra stories 🔔 | 19:06:40 |
hexa (signing key rotation when) | nope, will try git fetch --prune first 😄 | 19:09:07 |
hexa (signing key rotation when) | Resolving deltas: 100% (133768/133768), completed with 9831 local objects.
fatal: bad object 4fd048a763a7fd02f20f0c59918e24fab3e19215
error: https://github.com/NixOS/nixpkgs.git did not send all necessary objects
Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.
| 19:19:57 |
hexa (signing key rotation when) | will be swapping out the repo, everything else is madness 😄 | 19:34:09 |
Christian Theune | I feel you. i'm currently bisecting the 6.12 series for another v9fs bug that is biting us in our nixos tests ... i started out with getting rate limited by the kernel.org git server because I cloned the repo over and over ... 🙈 ... took a bit to see what's going on, but strace showed me that it was throttled at 1 object per second ... which is ... a tarpit I guess ... | 19:43:46 |
hexa (signing key rotation when) | that sounds bad, yeah 😄 | 19:44:15 |