Merge pull request #52 from jwijenbergh/patch-1
Correct nix package path
This commit is contained in:
commit
c20d2363f6
1 changed files with 1 additions and 1 deletions
2
pfetch
2
pfetch
|
@ -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
|
||||
}
|
||||
;;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue