]> git.scottworley.com Git - pinch/blobdiff - README.md
README: Link auto-upgrade-with-pinch
[pinch] / README.md
index acf626967891d8318aa8b5f131fdd8d933f2fb6a..b8943041e2821cfad1840681870b199dbaf640c5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,17 +1,11 @@
-# Deprecated
-
-Now that [flakes](https://nixos.wiki/wiki/Flakes) are more or less ready for
-general use, this is mostly of historical interest.
-
-
 # Pinch
 
 PIN CHannels - a simple drop-in replacement for `nix-channel --update`.
 
 Example usage, being invoked on the example "channels" file included here:
 
-    $ python3 pinch.py pin channels
-    $ python3 pinch.py update channels
+    $ pinch pin channels
+    $ pinch update channels
 
 
 The first "pin" command will add these fields to the file:
@@ -46,6 +40,8 @@ The second "update" command applies these changes to your nix channels, like `ni
 | Rejects force pushes         |      -      |         -       |    -    |      -     |  yes  |
 | Ready to use today           |     yes     |         -       |   yes   |     yes    |  yes  |
 
+See also [auto-upgrade-with-pinch](https://git.scottworley.com/auto-upgrade-with-pinch).
+
 [require.nix]: https://www.youtube.com/watch?v=DHOLjsyXPtM
 [niv]: https://github.com/nmattia/niv
 [flakes]: https://github.com/nixos/rfcs/pull/49