From b572e5d35fd720940a2ce9a1df8dfec4439b39f0 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Fri, 29 Apr 2022 07:58:32 -0400 Subject: [PATCH] [U] nixos: Update readme usage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5831403a..72b258be 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Currently, these distributions have existing packages for HyFetch: * NixOS: `nix-env -i hyfetch` ([In Progress](https://github.com/NixOS/nixpkgs/pull/170309)) * Guix: [In progress](https://issues.guix.gnu.org/54847#8-lineno27) -Currently, if you're using NixOS, you can use HyFetch with `nix-shell -p python38Packages.pip --run "pip install hyfetch -qqq; hyfetch"` +Currently, if you're using NixOS, you can use HyFetch with `nix-env -if https://github.com/hykilpikonna/hyfetch/tarball/master -A hyfetch` ## Usage