evaluation ran out of memory (cgroup limit 4096 MiB/worker); this is a permanent failure, reduce evaluation memory usage:
… while evaluating definitions from `/nix/store/xfg4bws749i95jvnxhymxmfwailzk38q-source/modules/transposition.nix':
… while evaluating definitions from `/nix/store/ywwvr0v50pbnf9ps5n4ss26m1i38rnp2-source/flake.nix, via option perSystem':
… while evaluating definitions from `/nix/store/xfg4bws749i95jvnxhymxmfwailzk38q-source/modules/transposition.nix':
… while evaluating definitions from `/nix/store/ywwvr0v50pbnf9ps5n4ss26m1i38rnp2-source/packages/jailed-agents.nix, via option perSystem':
(stack trace truncated; use '--show-trace' to show the full, detailed trace)error: Refusing to evaluate package 'claude-code-2.1.214' in /nix/store/7j1q60m17gf95k3s0gk2qvjqygnp1q36-source/pkgs/by-name/cl/claude-code/package.nix:92 because it has an unfree license (‘unfree’)
a) To temporarily allow unfree packages, you can use an environment variable
for a single invocation of the nix tools.
$ export NIXPKGS_ALLOW_UNFREE=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.allowUnfree = true; }
in configuration.nix to override this.
Alternatively you can configure a predicate to allow specific packages:
{ nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"claude-code"
];
}
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowUnfree = true; }
to ~/.config/nixpkgs/config.nix.
evaluation warning: Duplicate hardware facts: '/nix/store/ywwvr0v50pbnf9ps5n4ss26m1i38rnp2-source/machines/genepi/hardware-configuration.nix' and '/nix/store/ywwvr0v50p …
eval warnings
13 kinds· 13 occurrences
error×1
errorRefusing to evaluate package 'claude-code-2.1.214' in /nix/store/…-source/pkgs/by-name/cl/claude-code/package.nix:92 because it has an unfree license (‘unfree’)×1
errorBUG: while reading result for attrPath 'x86_64-linux.nixos-renoir', worker pipe got closed but evaluation worker still running?×1
warnDuplicate hardware facts: '/nix/store/…-source/machines/genepi/hardware-configuration.nix' and '/nix/store/…-source/machines/genepi/facter.json' exist.×1
warnMissing description for role 'default' of clanService 'self/@rpqt/home-assistant'×1
warnMissing manifest.readme for clanService 'self/@rpqt/home-assistant'×1
warnsystemd-resolved is enabled, but resolv.conf is managed by WSL (wsl.wslConf.network.generateResolvConf)×1
warnnetworking.extraHosts has no effect if wsl.wslConf.network.generateHosts is true.×1
warnrpqt profile: The value `gtk` for option `qt.platformTheme.name` is deprecated. Use `gtk2` to keep the legacy qtstyleplugins or `gtk3` to use the modern native Qt GTK3 plugin.×1
warnrpqt profile: Relying on `home.pointerCursor` to enable cursor config generation is deprecated.×1
warnMissing description for role 'default' of clanService 'self/@rpqt/harmonia'×1
warnMissing description for role 'server' of clanService 'self/@rpqt/harmonia'×1
warnMissing manifest.readme for clanService 'self/@rpqt/harmonia'×1
error:
… while evaluating the attribute 'optionalValue.value'
at «github:nixos/nixpkgs/241313f4e8e508cb9b13278c2b0fa25b9ca27163?narHash=sha256-v …
error:
… while evaluating the attribute 'optionalValue.value'
at «github:nixos/nixpkgs/241313f4e8e508cb9b13278c2b0fa25b9ca27163?narHash=sha256-vlHUuqAcbcH2RKmHbPiuQzbv1pnzzavXnI62RD0bqCU%3D»/lib/modules.nix:1312:5:
1311|
1312| optionalValue = if isDefined then { value = mergedValue; } else { };
| ^
1313| };
… while evaluating a branch condition
at «github:nixos/nixpkgs/241313f4e8e508cb9b13278c2b0fa25b9ca27163?narHash=sha256-vlHUuqAcbcH2RKmHbPiuQzbv1pnzzavXnI62RD0bqCU%3D»/lib/modules.nix:1312:21:
1311|
1312| optionalValue = if isDefined then { value = mergedValue; } else { };
| ^
1313| };
… while evaluating definitions from `/nix/store/xfg4bws749i95jvnxhymxmfwailzk38q-source/modules/transposition.nix':
… while evaluating definitions from `/nix/store/ywwvr0v50pbnf9ps5n4ss26m1i38rnp2-source/flake.nix, via option perSystem':
… while evaluating definitions from `/nix/store/xfg4bws749i95jvnxhymxmfwailzk38q-source/modules/transposition.nix':
… while evaluating definitions from `/nix/store/ywwvr0v50pbnf9ps5n4ss26m1i38rnp2-source/packages/jailed-agents.nix, via option perSystem':
(stack trace truncated; use '--show-trace' to show the full, detailed trace)
error: Refusing to evaluate package 'claude-code-2.1.214' in /nix/store/7j1q60m17gf95k3s0gk2qvjqygnp1q36-source/pkgs/by-name/cl/claude-code/package.nix:92 because it has an unfree license (‘unfree’)
a) To temporarily allow unfree packages, you can use an environment variable
for a single invocation of the nix tools.
$ export NIXPKGS_ALLOW_UNFREE=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.allowUnfree = true; }
in configuration.nix to override this.
Alternatively you can configure a predicate to allow specific packages:
{ nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"claude-code"
];
}
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowUnfree = true; }
to ~/.config/nixpkgs/config.nix.