Skip to content

Commit

Permalink
misc: fixed mkSearch not being exported
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelCoding authored and SuperSandro2000 committed Jun 23, 2024
1 parent f84afd0 commit 7920aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{
packages = rec {
nuscht-search = pkgs.callPackage ./nix/frontend.nix { };
mkSearch = pkgs.callPackage ./nix/wrapper.nix { inherit nuscht-search; }.mkSearch;
mkSearch = (pkgs.callPackages ./nix/wrapper.nix { inherit nuscht-search; }).mkSearch;
default = nuscht-search;
};
}
Expand Down

0 comments on commit 7920aaa

Please sign in to comment.