roapi-http 0.6.0 -> 0.11.1 https://github.com/roapi/roapi/releases attrpath: roapi-http Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/0s4cg4r7wm854smfb5l8hpmsm7dl0f5n-roapi-http-.tar.gz.drv building '/nix/store/0s4cg4r7wm854smfb5l8hpmsm7dl0f5n-roapi-http-.tar.gz.drv'... trying https://github.com/roapi/roapi/releases/download/roapi-http-v0.11.1/roapi-http-.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (56) The requested URL returned error: 404 error: cannot download roapi-http-.tar.gz from any mirror error: builder for '/nix/store/0s4cg4r7wm854smfb5l8hpmsm7dl0f5n-roapi-http-.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/roapi/roapi/releases/download/roapi-http-v0.11.1/roapi-http-.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (56) The requested URL returned error: 404 > error: cannot download roapi-http-.tar.gz from any mirror For full logs, run 'nix log /nix/store/0s4cg4r7wm854smfb5l8hpmsm7dl0f5n-roapi-http-.tar.gz.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'roapi-http.originalSrc' not found stderr did not split as expected full stderr was: error: … in the condition of the assert statement at /var/cache/nixpkgs-update/worker/worktree/roapi-http/lib/customisation.nix:365:17: 364| in commonAttrs // { 365| drvPath = assert condition; drv.drvPath; | ^ 366| outPath = assert condition; drv.outPath; … while evaluating the attribute 'handled' at /var/cache/nixpkgs-update/worker/worktree/roapi-http/pkgs/stdenv/generic/check-meta.nix:507:7: 506| # or, alternatively, just output a warning message. 507| handled = | ^ 508| ( (stack trace truncated; use '--show-trace' to show the full trace) error: Package ‘roapi-http-0.11.1’ in /var/cache/nixpkgs-update/worker/worktree/roapi-http/pkgs/servers/roapi/http.nix:49 is not available on the requested hostPlatform: hostPlatform.config = "x86_64-unknown-linux-gnu" package.meta.platforms = [ "x86_64-darwin" "i686-darwin" "aarch64-darwin" "armv7a-darwin" ] package.meta.badPlatforms = [ ] , refusing to evaluate. a) To temporarily allow packages that are unsupported for this system, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) For `nixos-rebuild` you can set { nixpkgs.config.allowUnsupportedSystem = true; } in configuration.nix to override this. c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowUnsupportedSystem = true; } to ~/.config/nixpkgs/config.nix.