Commit 6e16d94 1 parent ea557ed commit 6e16d94 Copy full SHA for 6e16d94
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 43
43
44
44
everythingEnv = evaluateConfig everythingConfig ;
45
45
46
- codedownSearcher = common . searcher' {
46
+ packageSearch = common . searcher' {
47
47
# Note that we deliberately don't include "testing" packages in the searcher
48
48
packages = everythingEnv . config . builtKernels
49
49
// ( lib . mapAttrs' ( n : v : lib . nameValuePair ( "shells." + n ) v ) everythingEnv . config . builtShells )
Original file line number Diff line number Diff line change 24
24
# inherit codedown;
25
25
26
26
# Tests use flake to do packageSearch builds
27
- inherit ( codedown ) codedownSearcher ;
27
+ inherit ( codedown ) packageSearch ;
28
28
allSettingsSchemas = pkgsStable . callPackage ./nix/all-settings-schemas.nix { inherit ( sampleOutputs ) sample_environments ; } ;
29
29
30
30
# For .envrc
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import TestLib.Types
10
10
11
11
tests :: SimpleSpec
12
12
tests = describe " Searchers" $ do
13
- it " searcher has some results" $ testSearcherHasNonemptyResults " codedownSearcher "
13
+ it " searcher has some results" $ testSearcherHasNonemptyResults " packageSearch "
14
14
15
15
main :: IO ()
16
16
main = runSandwichWithCommandLineArgs Sandwich. defaultOptions $
You can’t perform that action at this time.
0 commit comments