ATproto NUR#
Nix User Repository for ATproto Services and Tools
Development is primarily done on Tangled at @atproto-nix.org/nur with a Github mirror.
https://tangled.org/atproto-nix.org/nur
git@tangled.org:atproto-nix.org/nur
For self-hosted knots, clone URLs may differ based on your setup.
Adds the `--no-same-owner` flag to all `craneLib.buildPackage`
calls in the `rsky` package set.
This prevents `tar` from trying to restore the original file
ownership when extracting crate archives, which is not allowed in
the sandboxed Nix build environment.
This fixes build failures in CI where the build user does not have
permission to change file ownership.
Nix User Repository for ATproto Services and Tools
Development is primarily done on Tangled at @atproto-nix.org/nur with a Github mirror.