Skip to content

Commit

Permalink
Fix package search
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Oct 13, 2024
1 parent 70d4458 commit 45e2171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codedown.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ rec {
packageSearch = common.searcher' {
# Note that we deliberately don't include "testing" packages in the searcher
packages = everythingEnv.config.builtKernels
// (lib.mapAttrs' (n: v: lib.nameValuePair ("shells." + n) v) everythingEnv.config.builtShells)
// (lib.mapAttrs' (n: v: lib.nameValuePair ("exporters." + n) v) everythingEnv.config.builtExporters)
// (lib.mapAttrs' (n: v: lib.nameValuePair n v) everythingEnv.config.packages)
// { "language-servers.spellchecker" = spellchecker; }
;
};
Expand Down

0 comments on commit 45e2171

Please sign in to comment.