1error:2 … while calling the 'derivationStrict' builtin3 at «nix-internal»/derivation-internal.nix:37:12:4 36|5 37| strict = derivationStrict drvAttrs;6 | ^7 38|89 … while evaluating derivation 'nixos-system-donna-26.05.20260726.6ad659c'10 whose name attribute is located at «git+https://github.com/TUM-DSE/nixpkgs.git?ref=nixos-26.05-backports&rev=6ad659c367130b866a07cbad4e6235127030e315&shallow=1»/pkgs/stdenv/generic/make-derivation.nix:647:111112 … while evaluating attribute 'buildCommand' of derivation 'nixos-system-donna-26.05.20260726.6ad659c'13 at «git+https://github.com/TUM-DSE/nixpkgs.git?ref=nixos-26.05-backports&rev=6ad659c367130b866a07cbad4e6235127030e315&shallow=1»/nixos/modules/system/activation/top-level.nix:63:7:14 62| allowSubstitutes = false;15 63| buildCommand = systemBuilder;16 | ^17 64|1819 … while evaluating the option `system.systemBuilderCommands':2021 … while evaluating definitions from `/nix/store/s0fqv286qghcgddjiliplpn2bcznx2v3-source/nixos/modules/system/boot/kernel.nix':2223 (stack trace truncated; use '--show-trace' to show the full, detailed trace)2425 error: Refusing to evaluate package 'zfs-kernel-2.4.3-7.1.5' in /nix/store/s0fqv286qghcgddjiliplpn2bcznx2v3-source/pkgs/os-specific/linux/zfs/generic.nix:338 because it has problems:26 - broken: This package is broken.2728 See also https://nixos.org/manual/nixpkgs/unstable#sec-problems29 To allow evaluation regardless, use:30 - Nixpkgs import: import nixpkgs { config = <below code>; }31 - NixOS: nixpkgs.config = <below code>;32 - nix-* commands: Put below code in ~/.config/nixpkgs/config.nix3334 {35 problems.handlers = {36 zfs.broken = "warn"; # or "ignore"37 };38 }