From 8974dad27aec6d1c7faea70e86f237d0b69adf93 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 30 Sep 2019 23:37:36 +0300 Subject: [PATCH] docs: update --- pfetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pfetch b/pfetch index 8648124..8b6143d 100755 --- a/pfetch +++ b/pfetch @@ -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