From c6b05942c5d24c131a61c7d919457a6c8805b254 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Wed, 7 Jun 2023 17:16:08 -0300 Subject: [PATCH] flake: remove override for sea-orm-cli --- flake.lock | 17 ----------------- flake.nix | 2 -- overlays/default.nix | 1 - 3 files changed, 20 deletions(-) diff --git a/flake.lock b/flake.lock index 18e08d9..2988232 100644 --- a/flake.lock +++ b/flake.lock @@ -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, diff --git a/flake.nix b/flake.nix index 9c15f91..aa61834 100644 --- a/flake.nix +++ b/flake.nix @@ -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; diff --git a/overlays/default.nix b/overlays/default.nix index b824a93..083a96d 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -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 ]; });