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

2
pfetch
View File

@@ -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
}
;;