Merge pull request #106481 from tadfisher/patch-3

fetchFirefoxAddon: fix typo
This commit is contained in:
taku0
2021-01-30 22:31:24 +09:00
committed by GitHub

View File

@@ -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" ''