feature/flupdt #1

Merged
ahuston-0 merged 14 commits from feature/flupdt into main 2025-03-02 01:01:15 -05:00
Showing only changes of commit 42c2f469c4 - Show all commits

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>
ahuston-0 marked this conversation as resolved Outdated

remove RD references

remove RD references
``` ```
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