Skip to content

Commit

Permalink
guix: Notify user when the cache is building
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambrevar committed Aug 27, 2018
1 parent e5b4893 commit 80a2165
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helm-system-packages-guix.el
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ persisted on drive. It's only updated whenever
(when (or (not (file-exists-p cache-file-name))
(time-less-p (file-attribute-modification-time (file-attributes cache-file-name))
(file-attribute-modification-time (file-attributes helm-system-packages-guix-path))))
(message "Building package cache...")
(process-file "guix" nil `((:file ,cache-file-name) nil) nil "package" "--search=."))
(setq descriptions
(with-temp-buffer
Expand Down

0 comments on commit 80a2165

Please sign in to comment.