remove rdp refs

This commit is contained in:
ahuston-0 2025-03-02 00:57:45 -05:00
parent 4613e8c2b3
commit 42c2f469c4

View File

@ -13,7 +13,7 @@ add support for `git`-based URLs for usage outside of CI pipelines where the
repository is already downloaded. repository is already downloaded.
``` shell ``` shell
nix run github:RAD-Development/flake-update-diff-tool -- <path to local flake> nix run git+https://nayeonie.com/ahuston-0/flake-update-diff-tool -- <flake path>
``` ```
For use in other nix-based projects, `flpudt` is available as For use in other nix-based projects, `flpudt` is available as
@ -25,15 +25,3 @@ use-cases.
`flupdt` comes from Fl(ake) Up(date) D(iff) T(ool). The cli is also available as `flupdt` comes from Fl(ake) Up(date) D(iff) T(ool). The cli is also available as
`flake-update-diff-tool`, for ease-of-use and those who use screen readers or `flake-update-diff-tool`, for ease-of-use and those who use screen readers or
similar accessibility tools that may not react well to `flupdt`. similar accessibility tools that may not react well to `flupdt`.
## Contributing
### Update procedure
Until `rad_development_python` (`rdp`) is in PyPI, we use the below steps to
update the lock file when there is an update to `rdp`.
1. Run `poetry lock` to update the poetry reference to GitHub
1. Run `poetry2nix lock --out .poetry-git-overlay.nix` to update the overlay
which Poetry2Nix uses
1. Run `nix flake check` to verify that all is building as expected