From 42c2f469c482fdafdc6c1e6d5b6d6bc354ca0882 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 2 Mar 2025 00:57:45 -0500 Subject: [PATCH] remove rdp refs --- README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index 8c22265..e50ced4 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ add support for `git`-based URLs for usage outside of CI pipelines where the repository is already downloaded. ``` shell -nix run github:RAD-Development/flake-update-diff-tool -- +nix run git+https://nayeonie.com/ahuston-0/flake-update-diff-tool -- ``` 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 `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`. - -## 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