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
commit 5efbf24b67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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