diff --git a/flake.nix b/flake.nix index 2e9da02..e6a47bd 100644 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,7 @@ # inherit codedown; # Tests use flake to do packageSearch builds - inherit (codedown) kernels; + inherit (codedown) kernels codedownSearcher; # For .envrc nixpkgsPath = pkgsStable.writeShellScriptBin "nixpkgsPath.sh" "echo -n ${pkgsStable.path}"; diff --git a/tests/app/Spec/Tests/Searchers.hs b/tests/app/Spec/Tests/Searchers.hs index 4a3f633..71b069a 100644 --- a/tests/app/Spec/Tests/Searchers.hs +++ b/tests/app/Spec/Tests/Searchers.hs @@ -8,7 +8,7 @@ import TestLib.TestSearchers tests :: TopSpec tests = describe "Searchers" $ do - it "searcher has some results" $ testSearcherHasNonemptyResults ".#codedown.codedownSearcher" + it "searcher has some results" $ testSearcherHasNonemptyResults ".#codedownSearcher" main :: IO () main = runSandwichWithCommandLineArgs Sandwich.defaultOptions tests