summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Jung <tummychow511@gmail.com>2023-09-06 20:09:27 -0400
committerGitHub <noreply@github.com>2023-09-06 20:09:27 -0400
commitd84f5604eb67967a573a671d34914b10ed56a298 (patch)
tree2ebc48d9583d7e88e63530b486598eb473a11446
parente0a9f80d6074461c712409f32eda62396e8b8cb4 (diff)
parentfbc55da42ed574e572bc997eb2af87c226f7bd34 (diff)
Merge pull request #94 from isomorpheme/patch-1
Simplify nixpkgs install command
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d85784b..ae29a89 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ Alternatively, `git absorb` is available in the following system package manager
| Fedora | `dnf install git-absorb` |
| FreeBSD Ports | `pkg install git-absorb` |
| Homebrew and Linuxbrew | `brew install git-absorb` |
-| nixpkgs stable and unstable | `nix-env -iA nixpkgs.gitAndTools.git-absorb` |
+| nixpkgs stable and unstable | `nix-env -iA nixpkgs.git-absorb` |
| Ubuntu | `apt install git-absorb` |
| Void Linux | `xbps-install -S git-absorb` |
| GNU Guix | `guix install git-absorb` |