Skip to content

Commit

Permalink
Remove makeEnvironmentPrime
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Sep 17, 2024
1 parent fdf02e5 commit 1c6dd5b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 68 deletions.
6 changes: 0 additions & 6 deletions codedown.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ let
in

rec {
nixpkgsStableSearcher = common.searcher pkgsStable;

spellchecker = pkgsUnstable.callPackage ./language_servers/markdown-spellcheck-lsp {};

languages = languagesFn false;
Expand Down Expand Up @@ -94,10 +92,6 @@ rec {
inherit pkgsStable pkgsUnstable pkgsMaster;
};

makeEnvironmentPrime = callPackage ./codedown/makeEnvironmentPrime.nix {
inherit mkCodeDownEnvironment;
};

validateCodeDownEnvironment = callPackage ./codedown/validateCodeDownEnvironment.nix {};

# Exposed so it's easier to compute build dependencies in the presence of IFD
Expand Down
62 changes: 0 additions & 62 deletions codedown/makeEnvironmentPrime.nix

This file was deleted.

0 comments on commit 1c6dd5b

Please sign in to comment.