summaryrefslogtreecommitdiff
path: root/pkgs/default.nix
diff options
context:
space:
mode:
authoraristote <quentin.aristote@irif.fr>2026-05-03 20:44:13 +0200
committeraristote <quentin.aristote@irif.fr>2026-05-03 21:51:58 +0200
commit93af08080c3c4973e066e6ff577e137c55272897 (patch)
tree284dbd523c9c1d38835b01f29f1e711b1e8bd8fa /pkgs/default.nix
parente62ea61c946a0a462695376efd2784b0f74f45b8 (diff)
downloadmy-nixpkgs-93af08080c3c4973e066e6ff577e137c55272897.tar.gz
my-nixpkgs-93af08080c3c4973e066e6ff577e137c55272897.tar.bz2
my-nixpkgs-93af08080c3c4973e066e6ff577e137c55272897.tar.xz
pkgs: firefox addons: updateHEADmaster
Diffstat (limited to 'pkgs/default.nix')
-rw-r--r--pkgs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 01b3713..3d5fcd4 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -6,7 +6,7 @@ let
lockscreen = super.callPackage ./lockscreen { };
firefoxAddons = super.callPackage ./firefoxAddons {
- inherit (super.nur.repos.rycee.firefox-addons) buildFirefoxXpiAddon;
+ buildMozillaXpiAddon = super.nur.repos.rycee.firefox-addons.buildFirefoxXpiAddon;
};
rftg = super.callPackage ./rftg { };