Merge pull request #52 from jwijenbergh/patch-1
Correct nix package path
This commit is contained in:
commit
c20d2363f6
2
pfetch
2
pfetch
|
@ -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
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user