firefox-addons: remove package

Only remove the package from the user package set and only available as
an overlay. For now, it is done to make building my custom packages
easier in the CI pipeline.
This commit is contained in:
Gabriel Arazas 2023-07-14 22:13:09 +08:00
parent eb8d97c6a1
commit 84fb02fb28
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
2 changed files with 1 additions and 1 deletions

View File

@ -100,6 +100,7 @@
(final: prev: { (final: prev: {
inherit (inputs.firefox-addons.lib.${defaultSystem}) buildFirefoxXpiAddon; inherit (inputs.firefox-addons.lib.${defaultSystem}) buildFirefoxXpiAddon;
firefox-addons = final.callPackage ./pkgs/firefox-addons { };
}) })
# Neovim nightly! # Neovim nightly!

View File

@ -14,7 +14,6 @@ let
clidle = callPackage ./clidle.nix { }; clidle = callPackage ./clidle.nix { };
domterm = callPackage ./domterm { }; domterm = callPackage ./domterm { };
freerct = callPackage ./freerct.nix { }; freerct = callPackage ./freerct.nix { };
firefox-addons = callPackage ./firefox-addons { };
distant = callPackage ./distant.nix { }; distant = callPackage ./distant.nix { };
gol-c = callPackage ./gol-c.nix { }; gol-c = callPackage ./gol-c.nix { };
gnome-search-provider-recoll = gnome-search-provider-recoll =