flake: remove override for sea-orm-cli

This commit is contained in:
Leonardo Eugênio 2023-06-07 17:16:08 -03:00
parent f8e4e5344e
commit c6b05942c5
3 changed files with 0 additions and 20 deletions

View file

@ -52,7 +52,6 @@
wl-crosshair = inputs.wl-crosshair.packages.${prev.system}.default;
mpvpaper = inputs.wegank.packages.${prev.system}.mpvpaper;
sea-orm-cli = inputs.sea-orm-cli.legacyPackages.${prev.system}.sea-orm-cli;
webcord = (prev.webcord or prev.unstable.webcord).overrideAttrs (old: {
patches = (old.patches or [ ]) ++ [ ../patches/webcord/fix-reading-config.patch ];
});