-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
nix run home-manager/master -- switch --flake .#devanandersen@x86_64-linux
provides
error:
… while calling the 'derivationStrict' builtin
at «nix-internal»/derivation-internal.nix:37:12:
36|
37| strict = derivationStrict drvAttrs;
| ^
38|
… while evaluating derivation 'home-manager-generation'
whose name attribute is located at «github:NixOS/nixpkgs/9807714d6944a957c2e036f84b0ff8caf9930bc0?narHash=sha256-LwWRsENAZJKUdD3SpLluwDmdXY9F45ZEgCb0X%2BxgOL0%3D»/pkgs/stdenv/generic/make-derivation.nix:468:13
… while evaluating attribute 'buildCommand' of derivation 'home-manager-generation'
at «github:NixOS/nixpkgs/9807714d6944a957c2e036f84b0ff8caf9930bc0?narHash=sha256-LwWRsENAZJKUdD3SpLluwDmdXY9F45ZEgCb0X%2BxgOL0%3D»/pkgs/build-support/trivial-builders/default.nix:80:17:
79| enableParallelBuilding = true;
80| inherit buildCommand name;
| ^
81| passAsFile = [ "buildCommand" ] ++ (derivationArgs.passAsFile or [ ]);
… while evaluating the option `home.activation.installPackages.data':
… while evaluating definitions from `/nix/store/k7yy07zjvxzdzmvm7jx7hhwgd252civj-source/modules/home-environment.nix':
(stack trace truncated; use '--show-trace' to show the full, detailed trace)
error: Package ‘iterm2-3.5.14’ in /nix/store/bgl6ldj5ihbwcq8p42z3a0qzgqafgk2b-source/pkgs/by-name/it/iterm2/package.nix:44 is not available on the requested hostPlatform:
hostPlatform.config = "x86_64-unknown-linux-gnu"
package.meta.platforms = [
"x86_64-darwin"
"aarch64-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.
on E2 GCP instance
Metadata
Metadata
Assignees
Labels
No labels