diff options
| author | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2020-03-30 01:18:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-30 01:18:50 +0200 |
| commit | 49b1a8772620a923ba43e4803583a389bd9a34fb (patch) | |
| tree | ca9df94e914af893f76cbc3c3d74143fa058931f | |
| parent | eec8c7ce5f6db1285197fcadb0dbaacab179fcf3 (diff) | |
| download | pfetch-49b1a8772620a923ba43e4803583a389bd9a34fb.tar.gz | |
Correct nix package path
| -rwxr-xr-x | pfetch | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } ;; |
