mulatta/dots build #5 failed ← #4 #6 →
eval warnings
5 kinds
· 10 occurrences
- error ×3
- error nix_2_28 has been removed. use nix_2_31. ×1
- error Refusing to evaluate package 'pnpm-9.15.9' in /nix/store/…-source/pkgs/development/tools/pnpm/generic.nix:164 because it is marked as insecure ×2
- warn Scripted initrd is deprecated and scheduled for removal in 26.11. See the NixOS 26.05 release notes. ×1
- warn `stalwart` is currently pinned to `0.15.5`. If `0.16.x` is needed, it is available as `stalwart_0_16`. Note: `stalwart_0_16` is not compatible with `services.stalwart` at this time. ×3
3 failed
| status | attribute | duration |
|---|---|---|
aarch64-darwin.darwin-rhesus
|
— | |
error: … while evaluating the attribute 'optionalValue.value' at «git+https://github.com/mulatta/nixpkgs?ref=main&rev=8b438aeae585f971dac6a48a8d …error:
… while evaluating the attribute 'optionalValue.value'
at «git+https://github.com/mulatta/nixpkgs?ref=main&rev=8b438aeae585f971dac6a48a8dbbf13497ca3aed&shallow=1»/lib/modules.nix:1310:5:
1309|
1310| optionalValue = if isDefined then { value = mergedValue; } else { };
| ^
1311| };
… while evaluating a branch condition
at «git+https://github.com/mulatta/nixpkgs?ref=main&rev=8b438aeae585f971dac6a48a8dbbf13497ca3aed&shallow=1»/lib/modules.nix:1310:21:
1309|
1310| optionalValue = if isDefined then { value = mergedValue; } else { };
| ^
1311| };
… while evaluating definitions from `/nix/store/ch5n4xdddid5859dy6c4i6lghqyx8016-source/modules/transposition.nix':
… while evaluating definitions from `/nix/store/rp9aihlfjywp79zv7dhrpvgm4wzqvq15-source/checks/flake-module.nix, via option perSystem':
… while evaluating definitions from `/nix/store/872cbsc90qzw02g8aan97pksahxcm6jh-source/modules/system':
… while evaluating the option `assertions':
… while evaluating definitions from `/nix/store/872cbsc90qzw02g8aan97pksahxcm6jh-source/modules/users':
… while evaluating the option `users.users':
… while evaluating definitions from `/nix/store/872cbsc90qzw02g8aan97pksahxcm6jh-source/modules/nix':
… while evaluating the option `nix.settings':
… while evaluating definitions from `/nix/store/872cbsc90qzw02g8aan97pksahxcm6jh-source/modules/nix':
… while evaluating the option `nix.package':
… while evaluating definitions from `/nix/store/rp9aihlfjywp79zv7dhrpvgm4wzqvq15-source/darwinModules/nix-daemon.nix':
(stack trace truncated; use '--show-trace' to show the full, detailed trace)
error: nix_2_28 has been removed. use nix_2_31.
|
||
aarch64-darwin.home-manager-macos
|
— | |
error: … while calling the 'derivationStrict' builtin at «nix-internal»/derivation-internal.nix:37:12: 36| 37| strict = …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 «git+https://github.com/mulatta/nixpkgs?ref=main&rev=8b438aeae585f971dac6a48a8dbbf13497ca3aed&shallow=1»/pkgs/stdenv/generic/make-derivation.nix:651:11
… while evaluating attribute 'buildCommand' of derivation 'home-manager-generation'
at «git+https://github.com/mulatta/nixpkgs?ref=main&rev=8b438aeae585f971dac6a48a8dbbf13497ca3aed&shallow=1»/pkgs/build-support/trivial-builders/default.nix:81:17:
80| enableParallelBuilding = true;
81| inherit buildCommand name;
| ^
82| passAsFile = [ "buildCommand" ] ++ (derivationArgs.passAsFile or [ ]);
… while evaluating the option `home.activation.checkFilesChanged.data':
… while evaluating definitions from `/nix/store/g6lxbr9faswh81n6s2yq493a9h74c9g3-source/modules/files.nix':
… while evaluating the option `home.file."Library/Fonts/.home-manager-fonts-version".onChange':
… while evaluating definitions from `/nix/store/g6lxbr9faswh81n6s2yq493a9h74c9g3-source/modules/targets/darwin/fonts.nix':
(stack trace truncated; use '--show-trace' to show the full, detailed trace)
error: Refusing to evaluate package 'pnpm-9.15.9' in /nix/store/jh061fvdp8w0abxrdxs7c3rmqkpn8y1v-source/pkgs/development/tools/pnpm/generic.nix:164 because it is marked as insecure
Known issues:
- CVE-2026-48995
- CVE-2026-50014
- CVE-2026-50015
- CVE-2026-50016
- CVE-2026-50017
- CVE-2026-50573
- CVE-2026-55699
You can install it anyway by allowing this package, using the
following methods:
a) To temporarily allow all insecure packages, you can use an environment
variable for a single invocation of the nix tools:
$ export NIXPKGS_ALLOW_INSECURE=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 add ‘pnpm-9.15.9’ to
`nixpkgs.config.permittedInsecurePackages` in the configuration.nix,
like so:
{
nixpkgs.config.permittedInsecurePackages = [
"pnpm-9.15.9"
];
}
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
‘pnpm-9.15.9’ to `permittedInsecurePackages` in
~/.config/nixpkgs/config.nix, like so:
{
permittedInsecurePackages = [
"pnpm-9.15.9"
];
}
|
||
x86_64-linux.nixos-malt
|
— | |
error: … while evaluating the attribute 'optionalValue.value' at «git+https://github.com/mulatta/nixpkgs?ref=main&rev=8b438aeae585f971dac6a48a8d …error:
… while evaluating the attribute 'optionalValue.value'
at «git+https://github.com/mulatta/nixpkgs?ref=main&rev=8b438aeae585f971dac6a48a8dbbf13497ca3aed&shallow=1»/lib/modules.nix:1310:5:
1309|
1310| optionalValue = if isDefined then { value = mergedValue; } else { };
| ^
1311| };
… while evaluating a branch condition
at «git+https://github.com/mulatta/nixpkgs?ref=main&rev=8b438aeae585f971dac6a48a8dbbf13497ca3aed&shallow=1»/lib/modules.nix:1310:21:
1309|
1310| optionalValue = if isDefined then { value = mergedValue; } else { };
| ^
1311| };
… while evaluating definitions from `/nix/store/ch5n4xdddid5859dy6c4i6lghqyx8016-source/modules/transposition.nix':
… while evaluating definitions from `/nix/store/rp9aihlfjywp79zv7dhrpvgm4wzqvq15-source/checks/flake-module.nix, via option perSystem':
… while evaluating the option `system.build.toplevel':
… while evaluating definitions from `/nix/store/jh061fvdp8w0abxrdxs7c3rmqkpn8y1v-source/nixos/modules/system/activation/top-level.nix':
… while evaluating the option `warnings':
… while evaluating definitions from `/nix/store/jh061fvdp8w0abxrdxs7c3rmqkpn8y1v-source/nixos/modules/system/boot/systemd.nix':
… while evaluating the option `systemd.services.n8n.serviceConfig':
… while evaluating definitions from `/nix/store/jh061fvdp8w0abxrdxs7c3rmqkpn8y1v-source/nixos/modules/system/boot/systemd.nix':
… while evaluating the option `systemd.services.n8n.preStart':
(stack trace truncated; use '--show-trace' to show the full, detailed trace)
error: Refusing to evaluate package 'pnpm-9.15.9' in /nix/store/jh061fvdp8w0abxrdxs7c3rmqkpn8y1v-source/pkgs/development/tools/pnpm/generic.nix:164 because it is marked as insecure
Known issues:
- CVE-2026-48995
- CVE-2026-50014
- CVE-2026-50015
- CVE-2026-50016
- CVE-2026-50017
- CVE-2026-50573
- CVE-2026-55699
You can install it anyway by allowing this package, using the
following methods:
a) To temporarily allow all insecure packages, you can use an environment
variable for a single invocation of the nix tools:
$ export NIXPKGS_ALLOW_INSECURE=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 add ‘pnpm-9.15.9’ to
`nixpkgs.config.permittedInsecurePackages` in the configuration.nix,
like so:
{
nixpkgs.config.permittedInsecurePackages = [
"pnpm-9.15.9"
];
}
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
‘pnpm-9.15.9’ to `permittedInsecurePackages` in
~/.config/nixpkgs/config.nix, like so:
{
permittedInsecurePackages = [
"pnpm-9.15.9"
];
}
|
||
7 succeeded
| status | attribute | duration |
|---|---|---|
| loading… | ||