From 84fb02fb28f0eaabb06a38dff7951a6b8656e644 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Fri, 14 Jul 2023 22:13:09 +0800 Subject: [PATCH] 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. --- flake.nix | 1 + pkgs/default.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 73469aca..3439c1c1 100644 --- a/flake.nix +++ b/flake.nix @@ -100,6 +100,7 @@ (final: prev: { inherit (inputs.firefox-addons.lib.${defaultSystem}) buildFirefoxXpiAddon; + firefox-addons = final.callPackage ./pkgs/firefox-addons { }; }) # Neovim nightly! diff --git a/pkgs/default.nix b/pkgs/default.nix index 1c700651..be56471d 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -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 =