mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
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:
parent
eb8d97c6a1
commit
84fb02fb28
@ -100,6 +100,7 @@
|
||||
|
||||
(final: prev: {
|
||||
inherit (inputs.firefox-addons.lib.${defaultSystem}) buildFirefoxXpiAddon;
|
||||
firefox-addons = final.callPackage ./pkgs/firefox-addons { };
|
||||
})
|
||||
|
||||
# Neovim nightly!
|
||||
|
@ -14,7 +14,6 @@ let
|
||||
clidle = callPackage ./clidle.nix { };
|
||||
domterm = callPackage ./domterm { };
|
||||
freerct = callPackage ./freerct.nix { };
|
||||
firefox-addons = callPackage ./firefox-addons { };
|
||||
distant = callPackage ./distant.nix { };
|
||||
gol-c = callPackage ./gol-c.nix { };
|
||||
gnome-search-provider-recoll =
|
||||
|
Loading…
Reference in New Issue
Block a user