From bd54d22e5658bc623e6c12e8631c46d75e747b7b Mon Sep 17 00:00:00 2001 From: Astrid Yu Date: Mon, 2 Dec 2024 10:49:48 -0800 Subject: [PATCH] drop the vendored-emojis input --- flake.lock | 51 +------------------------------------------------ flake.nix | 3 --- nix/outputs.nix | 1 - 3 files changed, 1 insertion(+), 54 deletions(-) diff --git a/flake.lock b/flake.lock index a533b83b..4b4063d6 100644 --- a/flake.lock +++ b/flake.lock @@ -140,21 +140,6 @@ } }, "flake-utils_5": { - "locked": { - "lastModified": 1667395993, - "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "flake-utils_6": { "inputs": { "systems": "systems_2" }, @@ -432,20 +417,6 @@ } }, "nixpkgs_5": { - "locked": { - "lastModified": 1673180965, - "narHash": "sha256-gMhL6w9RVluvPs+irJ9n0Q1BphZm+Ek4XGn5Ow7YQ3k=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "0c9aadc8eff6daaa5149d2df9e6c49baaf44161c", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "type": "indirect" - } - }, - "nixpkgs_6": { "locked": { "lastModified": 1686476475, "narHash": "sha256-W9yUePvCSDghn+YUXewuodyPxt+kJl/a7zdY4Q6r4MU=", @@ -513,7 +484,6 @@ "nur": "nur", "nur-ifd3f": "nur-ifd3f", "vault-secrets": "vault-secrets", - "vendored-emojis": "vendored-emojis", "year-of-bot": "year-of-bot" } }, @@ -600,30 +570,11 @@ "type": "github" } }, - "vendored-emojis": { + "year-of-bot": { "inputs": { "flake-utils": "flake-utils_5", "nixpkgs": "nixpkgs_5" }, - "locked": { - "lastModified": 1705723550, - "narHash": "sha256-3k21MoUt3nX+PQG4Oup95JS/Va8yj23bd/q2CphQNTM=", - "owner": "ifd3f", - "repo": "vendored-emojis", - "rev": "c1d83fdffc69405d78838bb569d0eee9680e216e", - "type": "github" - }, - "original": { - "owner": "ifd3f", - "repo": "vendored-emojis", - "type": "github" - } - }, - "year-of-bot": { - "inputs": { - "flake-utils": "flake-utils_6", - "nixpkgs": "nixpkgs_6" - }, "locked": { "lastModified": 1701459697, "narHash": "sha256-sp9WSaEgIrmt6g3dFlS54s2C5pB3ImgfD/rN6gxMpG0=", diff --git a/flake.nix b/flake.nix index 00d48c9e..79ea4537 100644 --- a/flake.nix +++ b/flake.nix @@ -65,9 +65,6 @@ url = "github:ifd3f/Google-Bird"; inputs.nixpkgs.follows = "nixpkgs-stable"; }; - - # Files are stored using LFS, so the git fetcher is needed. - vendored-emojis.url = "github:ifd3f/vendored-emojis"; }; outputs = inputs: import ./nix/outputs.nix inputs; diff --git a/nix/outputs.nix b/nix/outputs.nix index 5b0f3dc2..8d796b29 100644 --- a/nix/outputs.nix +++ b/nix/outputs.nix @@ -22,7 +22,6 @@ in { inputs.catgpt.overlays.default inputs.googlebird.overlays.default inputs.nur-ifd3f.overlays.default - inputs.vendored-emojis.overlays.default self.overlays.patched ];