Zig package build fails on 24.11

I have this one zig package in my config because it’s not in the repos, and it was always so delightful and simple:

https://git.sr.ht/~pkulak/nix/tree/main/item/home/river/bedload.nix

But on 24.11, it fails with TemporaryNameServerFailure, which I assume means the compiler is now trying to access the network when it wasn’t before? Anyone have any idea what changed, and/or how I can get this working again?

Side note: callPackage inspects function args, so you don’t need the , ... on line 8.

Anyway upstream seems to require zig 0.13, and you’ll also have to use zon2nix or equivalent to package this.

Ah, got it, thank you. I think I found a good example to use here:

Off I go!