X-Git-Url: http://git.scottworley.com/pinch/blobdiff_plain/2ff7a17c1533ac49b6c55a13ad74bdd78d00649e..1f9fab63b0b38e77008272aa39fa6362c01e71b5:/README.md diff --git a/README.md b/README.md index acf6269..b894304 100644 --- 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