msp430GccSupport 1.207 -> 1.208 https://repology.org/project/msp430-gcc-support-files/versions attrpath: msp430GccSupport 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/6dmqqisknkzdlr1i83bzf1dn5yrmwhak-source.drv waiting for lock on '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source'... building '/nix/store/6dmqqisknkzdlr1i83bzf1dn5yrmwhak-source.drv'... trying http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/6_1_1_0/exports/msp430-gcc-support-files-1.208.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 303 100 303 0 0 251 0 0:00:01 0:00:01 --:--:-- 251 0 9065 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/6dmqqisknkzdlr1i83bzf1dn5yrmwhak-source.drv' failed with exit code 1; last 8 log lines: > > trying http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/6_1_1_0/exports/msp430-gcc-support-files-1.208.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 303 100 303 0 0 251 0 0:00:01 0:00:01 --:--:-- 251 > 0 9065 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/6dmqqisknkzdlr1i83bzf1dn5yrmwhak-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'msp430GccSupport.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/msp430GccSupport/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/msp430GccSupport/pkgs/stdenv/generic/check-meta.nix:490:7: 489| # or, alternatively, just output a warning message. 490| handled = | ^ 491| ( (stack trace truncated; use '--show-trace' to show the full trace) error: Package ‘msp430-gcc-support-files-1.208’ in /var/cache/nixpkgs-update/worker/worktree/msp430GccSupport/pkgs/development/misc/msp430/gcc-support.nix:23 is not available on the requested hostPlatform: hostPlatform.config = "x86_64-unknown-linux-gnu" package.meta.platforms = [ "msp430-none" ] 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.