Merge pull request #52 from jwijenbergh/patch-1

Correct nix package path
This commit is contained in:
dylan 2020-03-30 08:38:37 +03:00 committed by GitHub
commit c20d2363f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
pfetch
View File

@ -497,7 +497,7 @@ get_pkgs() {
# 'nix' requires two commands. # 'nix' requires two commands.
has nix-store && { has nix-store && {
nix-store -q --requisites /run/current-system/sw nix-store -q --requisites /run/current-system/sw
nix-store -q --requisites ~.nix-profile nix-store -q --requisites ~/.nix-profile
} }
;; ;;