fastly: fix "Lockable HTTP Tarball Protocol" for `nixexprs.tar.zst`
This should fix the metadata for the newly added `nixexprs.tar.zst`[^1] similar to how `nixexprs.tar.xz` has been for a while: ~~~shellSession $ nix flake metadata https://channels.nixos.org/nixos-unstable-small/nixexprs.tar.zst Resolved URL: https://channels.nixos.org/nixos-unstable-small/nixexprs.tar.zst Locked URL: https://channels.nixos.org/nixos-unstable-small/nixexprs.tar.zst?narHash=sha256-OZQPY9FIEq5WpJl8Tf3ke5EMsYvbQtN0vBzhjDjkixM%3D Description: A collection of packages for the Nix package manager Path: /nix/store/6431xpa493m20yhwg13876981rh0arfj-source Last modified: 2026-07-11 02:00:00 $ curl -i https://channels.nixos.org/nixos-unstable-small/nixexprs.tar.zst HTTP/2 302 location: https://releases.nixos.org/nixos/unstable-small/nixos-26.11pre1032806.bbb4df715cb6/nixexprs.tar.zst?rev=bbb4df715cb62e53cd329090c2b69eb07f2bddac&lastModified=1783760736 [...] $ nix flake metadata https://channels.nixos.org/nixos-unstable-small/nixexprs.tar.xz Resolved URL: https://channels.nixos.org/nixos-unstable-small/nixexprs.tar.xz Locked URL: https://releases.nixos.org/nixos/unstable-small/nixos-26.11pre1032806.bbb4df715cb6/nixexprs.tar.xz?lastModified=1783760736&narHash=sha256-OZQPY9FIEq5WpJl8Tf3ke5EMsYvbQtN0vBzhjDjkixM%3D&rev=bbb4df715cb62e53cd329090c2b69eb07f2bddac Description: A collection of packages for the Nix package manager Path: /nix/store/6431xpa493m20yhwg13876981rh0arfj-source Revision: bbb4df715cb62e53cd329090c2b69eb07f2bddac Last modified: 2026-07-11 11:05:36 $ curl -i https://channels.nixos.org/nixos-unstable-small/nixexprs.tar.xz HTTP/2 302 link: <https://releases.nixos.org/nixos/unstable-small/nixos-26.11pre1032806.bbb4df715cb6/nixexprs.tar.xz?rev=bbb4df715cb62e53cd329090c2b69eb07f2bddac&lastModified=1783760736>; rel="immutable" location: https://releases.nixos.org/nixos/unstable-small/nixos-26.11pre1032806.bbb4df715cb6/nixexprs.tar.xz [...] ~~~ [^1]: e550e0c65794725dd9a32ff94a5ff0f6b22b8177