Skip to content

Commit

Permalink
fix(pkgs): remove invalid packages
Browse files Browse the repository at this point in the history
  • Loading branch information
wrvsrx committed May 5, 2024
1 parent cebe8bb commit f007a0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkgs/to-normal-packages/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ rec {
inherit (pkgs) mkPnpmPackage;
};
yalantinglibs = callPackage ./yalantinglibs { source = sources.yalantinglibs; };
nx_tzdb = callPackage ./nx_tzdb { source = sources.nx_tzdb; };
compat-list = callPackage ./compat-list { source = sources.compat-list; };
yuzu = import ./yuzu {
sources = {
inherit (sources) suyu nx_tzdb compat-list;
Expand Down

0 comments on commit f007a0d

Please sign in to comment.