diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2019-09-30 23:37:36 +0300 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2019-09-30 23:37:36 +0300 |
| commit | 8974dad27aec6d1c7faea70e86f237d0b69adf93 (patch) | |
| tree | aa47157b604f94f465e7445ad634507e9beca4a5 | |
| parent | 9442360c09b386525ea83c29722f67ae29683e35 (diff) | |
| download | pfetch-8974dad27aec6d1c7faea70e86f237d0b69adf93.tar.gz | |
docs: update
| -rwxr-xr-x | pfetch | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -444,7 +444,7 @@ get_pkgs() { has emerge && printf '%s\n' /var/db/pkg/*/*/ has pkgtool && printf '%s\n' /var/log/packages/* - # NIX requires two commands. + # 'nix' requires two commands. has nix-store && { nix-store -q --requisites /run/current-system/sw nix-store -q --requisites ~.nix-profile |
