flake: remove override for sea-orm-cli
This commit is contained in:
parent
f8e4e5344e
commit
c6b05942c5
17
flake.lock
17
flake.lock
|
@ -745,7 +745,6 @@
|
||||||
"plymouth-themes": "plymouth-themes",
|
"plymouth-themes": "plymouth-themes",
|
||||||
"ranger-icons": "ranger-icons",
|
"ranger-icons": "ranger-icons",
|
||||||
"ranger-sixel": "ranger-sixel",
|
"ranger-sixel": "ranger-sixel",
|
||||||
"sea-orm-cli": "sea-orm-cli",
|
|
||||||
"tlauncher": "tlauncher",
|
"tlauncher": "tlauncher",
|
||||||
"wegank": "wegank",
|
"wegank": "wegank",
|
||||||
"wl-crosshair": "wl-crosshair"
|
"wl-crosshair": "wl-crosshair"
|
||||||
|
@ -822,22 +821,6 @@
|
||||||
"type": "github"
|
"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": {
|
"systems": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1681028828,
|
"lastModified": 1681028828,
|
||||||
|
|
|
@ -35,8 +35,6 @@
|
||||||
material-wifi-icons.url = "github:dcousens/material-wifi-icons";
|
material-wifi-icons.url = "github:dcousens/material-wifi-icons";
|
||||||
material-wifi-icons.flake = false;
|
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.url = "github:adi1090x/plymouth-themes";
|
||||||
plymouth-themes.flake = false;
|
plymouth-themes.flake = false;
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,6 @@
|
||||||
wl-crosshair = inputs.wl-crosshair.packages.${prev.system}.default;
|
wl-crosshair = inputs.wl-crosshair.packages.${prev.system}.default;
|
||||||
mpvpaper = inputs.wegank.packages.${prev.system}.mpvpaper;
|
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: {
|
webcord = (prev.webcord or prev.unstable.webcord).overrideAttrs (old: {
|
||||||
patches = (old.patches or [ ]) ++ [ ../patches/webcord/fix-reading-config.patch ];
|
patches = (old.patches or [ ]) ++ [ ../patches/webcord/fix-reading-config.patch ];
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue