about summary refs log tree commit diff
path: root/pkgs/build-support/fetchfirefoxaddon
diff options
context:
space:
mode:
authortaku0 <taku0@users.noreply.github.com>2021-01-30 22:31:24 +0900
committerGitHub <noreply@github.com>2021-01-30 22:31:24 +0900
commit5efbf24b6766101bea76c454dcbab113875872c6 (patch)
tree8e34343d5dc3251cfbbcd7541804197afff8f697 /pkgs/build-support/fetchfirefoxaddon
parent8ca74894e3744fa229e04bcd645c4fd8a3ea7193 (diff)
parent3a5aeb153921db56d98e204b074c5a57cc039b38 (diff)
Merge pull request #106481 from tadfisher/patch-3
fetchFirefoxAddon: fix typo
Diffstat (limited to 'pkgs/build-support/fetchfirefoxaddon')
-rw-r--r--pkgs/build-support/fetchfirefoxaddon/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/fetchfirefoxaddon/default.nix b/pkgs/build-support/fetchfirefoxaddon/default.nix
index 9efe9197d6873..127f32dd61b6b 100644
--- a/pkgs/build-support/fetchfirefoxaddon/default.nix
+++ b/pkgs/build-support/fetchfirefoxaddon/default.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
   inherit name;
   extid = if fixedExtid == null then "nixos@${name}" else fixedExtid;
   passthru = {
-    exitd=extid;
+    inherit extid;
   };
 
   builder = writeScript "xpibuilder" ''