1error:2 … while evaluating a branch condition3 at «string»:23:10:4 22| if !keepName n then {}5 23| else if !builtins.isAttrs c || isDrv c then c6 | ^7 24| else if c ? _type || !(c.recurseForDerivations or true) then {}89 … in the left operand of the OR (||) operator10 at «string»:23:33:11 22| if !keepName n then {}12 23| else if !builtins.isAttrs c || isDrv c then c13 | ^14 24| else if c ? _type || !(c.recurseForDerivations or true) then {}1516 … while evaluating definitions from `/nix/store/xfg4bws749i95jvnxhymxmfwailzk38q-source/modules/transposition.nix':1718 … while evaluating definitions from `/nix/store/hfchnrx1idcgcch10p274119j94j5gp5-source/flake.nix, via option perSystem':1920 … while evaluating the option `system.build.toplevel':2122 … while evaluating definitions from `/nix/store/zb1ic3vsrcwdsp1w2r5chnjp4knckank-source/nixos/modules/system/activation/top-level.nix':2324 … while evaluating the option `warnings':2526 … while evaluating definitions from `/nix/store/zb1ic3vsrcwdsp1w2r5chnjp4knckank-source/nixos/modules/system/boot/systemd.nix':2728 … while evaluating the option `systemd.services.home-manager-skye.serviceConfig':2930 … while evaluating definitions from `/nix/store/fm93mv69y0ify036r6zgnhqy1chw3vd0-source/nixos':3132 … while evaluating the option `home-manager.users.skye.home.file."/home/skye/.config/fontconfig/conf.d/10-hm-fonts.conf".source':3334 … while evaluating definitions from `/nix/store/fm93mv69y0ify036r6zgnhqy1chw3vd0-source/modules/misc/xdg':3536 … while evaluating the option `home-manager.users.skye.xdg.configFile."fontconfig/conf.d/10-hm-fonts.conf".source':3738 … while evaluating definitions from `/nix/store/fm93mv69y0ify036r6zgnhqy1chw3vd0-source/modules/misc/fontconfig.nix':3940 … while evaluating the option `home-manager.users.skye.fonts.fontconfig.configFile.fonts.source':4142 … while evaluating definitions from `/nix/store/fm93mv69y0ify036r6zgnhqy1chw3vd0-source/modules/misc/fontconfig.nix':4344 … while evaluating the option `home-manager.users.skye.fonts.fontconfig.configFile.fonts.settings':4546 … while evaluating definitions from `/nix/store/fm93mv69y0ify036r6zgnhqy1chw3vd0-source/modules/misc/fontconfig.nix':4748 (stack trace truncated; use '--show-trace' to show the full, detailed trace)4950 error: function 'anonymous lambda' called with unexpected argument 'lib'51 at «https://releases.nixos.org/nixpkgs/nixpkgs-26.11pre1041404.38affae6a576/nixexprs.tar.zst?narHash=sha256-JMCBuoHn7kDDCqkv3Wi4vbZFbpUfjAhC3KJiaYEGQLw%3D»/nixos/modules/system/service/systemd/service.nix:4:1:52 3| # This makes service modules self-contained, allowing mixing of Nixpkgs versions.53 4| { pkgs }:54 | ^55 5|