Correct nix package path

This commit is contained in:
Jeroen Wijenbergh 2020-03-30 01:18:50 +02:00 committed by GitHub
parent eec8c7ce5f
commit 49b1a87726
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
} }
;; ;;