aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordylan <dylan.araps@gmail.com>2020-03-30 08:38:37 +0300
committerGitHub <noreply@github.com>2020-03-30 08:38:37 +0300
commitc20d2363f65e8950ba2c2470d4bf7f9b174ea6c5 (patch)
treeca9df94e914af893f76cbc3c3d74143fa058931f
parenteec8c7ce5f6db1285197fcadb0dbaacab179fcf3 (diff)
parent49b1a8772620a923ba43e4803583a389bd9a34fb (diff)
downloadpfetch-c20d2363f65e8950ba2c2470d4bf7f9b174ea6c5.tar.gz
Merge pull request #52 from jwijenbergh/patch-1
Correct nix package path
-rwxr-xr-xpfetch2
1 files changed, 1 insertions, 1 deletions
diff --git a/pfetch b/pfetch
index dae4303..ebb2831 100755
--- a/pfetch
+++ b/pfetch
@@ -497,7 +497,7 @@ get_pkgs() {
# 'nix' requires two commands.
has nix-store && {
nix-store -q --requisites /run/current-system/sw
- nix-store -q --requisites ~.nix-profile
+ nix-store -q --requisites ~/.nix-profile
}
;;