Skip to content

Commit

Permalink
drop the vendored-emojis input
Browse files Browse the repository at this point in the history
  • Loading branch information
ifd3f committed Dec 2, 2024
1 parent 48642a9 commit bd54d22
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 54 deletions.
51 changes: 1 addition & 50 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion nix/outputs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
];

Expand Down

0 comments on commit bd54d22

Please sign in to comment.