kdoctor 1.0.1 -> 1.1.0 https://github.com/Kotlin/kdoctor/releases attrpath: kdoctor Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/k264f892wpw7w6wmik1hbadq3lnbwia9-kdoctor_1.1.0+92.zip.drv building '/nix/store/k264f892wpw7w6wmik1hbadq3lnbwia9-kdoctor_1.1.0+92.zip.drv'... trying https://github.com/Kotlin/kdoctor/releases/download/v1.1.0/kdoctor_1.1.0+92.zip % 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: (22) The requested URL returned error: 404 error: cannot download kdoctor_1.1.0+92.zip from any mirror error: builder for '/nix/store/k264f892wpw7w6wmik1hbadq3lnbwia9-kdoctor_1.1.0+92.zip.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/Kotlin/kdoctor/releases/download/v1.1.0/kdoctor_1.1.0+92.zip > % 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: (22) The requested URL returned error: 404 > error: cannot download kdoctor_1.1.0+92.zip from any mirror For full logs, run 'nix log /nix/store/k264f892wpw7w6wmik1hbadq3lnbwia9-kdoctor_1.1.0+92.zip.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'kdoctor.originalSrc' not found stderr did not split as expected full stderr was: error: Package ‘kdoctor-1.1.0’ in /var/cache/nixpkgs-update/worker/worktree/kdoctor/pkgs/development/tools/kdoctor/default.nix:31 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: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+ (Flake) command, `--impure` must be passed in order to read this environment variable. 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. (use '--show-trace' to show detailed location information)