Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
k3s: use nurl instead of nix-prefetch in update script
The changes introduced with #354367 lead currently to an evaluation error when prefetching vendored go dependencies with `nix-prefetch`. Although this is probably a bug in `nix-prefetch`, I prefer to use `nurl` instead as it does the same thing, seems better maintained and doesn't block k3s updates even longer.
- Loading branch information