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

@ -745,7 +745,6 @@
"plymouth-themes": "plymouth-themes",
"ranger-icons": "ranger-icons",
"ranger-sixel": "ranger-sixel",
"sea-orm-cli": "sea-orm-cli",
"tlauncher": "tlauncher",
"wegank": "wegank",
"wl-crosshair": "wl-crosshair"
@ -822,22 +821,6 @@
"type": "github"
}
},
"sea-orm-cli": {
"locked": {
"lastModified": 1659947860,
"narHash": "sha256-4ITn+Y73w4JQER2G66zhoXqaI2WYWMKmZfyDArODR7I=",
"owner": "lucperkins",
"repo": "nixpkgs",
"rev": "25e9cf3d503b3447b141fb70619e21495869918c",
"type": "github"
},
"original": {
"owner": "lucperkins",
"ref": "lperkins/sea-orm-cli",
"repo": "nixpkgs",
"type": "github"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,

View File

@ -35,8 +35,6 @@
material-wifi-icons.url = "github:dcousens/material-wifi-icons";
material-wifi-icons.flake = false;
sea-orm-cli.url = "github:lucperkins/nixpkgs/lperkins/sea-orm-cli";
plymouth-themes.url = "github:adi1090x/plymouth-themes";
plymouth-themes.flake = false;

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 ];
});