diff --git a/lib/fetchers/fetch-internet-archive/default.nix b/lib/fetchers/fetch-internet-archive/default.nix index fc56dcaa..ba96a68f 100644 --- a/lib/fetchers/fetch-internet-archive/default.nix +++ b/lib/fetchers/fetch-internet-archive/default.nix @@ -17,7 +17,7 @@ let args' = lib.removeAttrs args [ "id" "file" "formats" ] // { inherit url hash name; - } // lib.optionalAttrs isFormatIndiciated { inherit hash; }; + }; fetcher = if isFormatIndiciated