summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaan Rijks <daanrijks@pm.me>2023-09-06 13:09:11 +0200
committerGitHub <noreply@github.com>2023-09-06 13:09:11 +0200
commitfbc55da42ed574e572bc997eb2af87c226f7bd34 (patch)
tree2ebc48d9583d7e88e63530b486598eb473a11446
parente0a9f80d6074461c712409f32eda62396e8b8cb4 (diff)
Simplify nixpkgs install command
The package is available as an attribute on `nixpkgs` directly, plus it looks like `gitAndTools` is a deprecated alias.
-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` |