We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 659ddf7 commit 5bb257fCopy full SHA for 5bb257f
internal/nix/search.go
@@ -126,7 +126,6 @@ var cache = searchSystemCache{}
126
// once `nix search` returns a valid result, it will always be the very same result.
127
// Hence we can cache it locally and answer future queries fast, by not calling `nix search`.
128
func SearchNixpkgsAttribute(query string) (map[string]*Info, error) {
129
-
130
if cache.QueryToInfo == nil {
131
contents, err := readSearchSystemCacheFile()
132
if err != nil {
0 commit comments