warning: Git tree '/home/carlos/src/nix-config' is dirty building the system configuration... warning: Git tree '/home/carlos/src/nix-config' is dirty trace: warning: `vendorSha256` is deprecated. Use `vendorHash` instead error: … while calling anonymous lambda at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/attrsets.nix:956:24: 955| let f = attrPath: 956| zipAttrsWith (n: values: | ^ 957| let here = attrPath ++ [n]; in … while calling 'g' at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/attrsets.nix:739:19: 738| g = 739| name: value: | ^ 740| if isAttrs value && cond value … from call site at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/attrsets.nix:742:20: 741| then recurse (path ++ [name]) value 742| else f (path ++ [name]) value; | ^ 743| in mapAttrs g; … while calling anonymous lambda at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/modules.nix:242:72: 241| # For definitions that have an associated option 242| declaredConfig = mapAttrsRecursiveCond (v: ! isOption v) (_: v: v.value) options; | ^ 243| … while evaluating the option `system.build.toplevel': … while calling anonymous lambda at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/modules.nix:824:28: 823| # Process mkMerge and mkIf properties. 824| defs' = concatMap (m: | ^ 825| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value)) … while evaluating definitions from `/nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/nixos/modules/system/activation/top-level.nix': … from call site at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/modules.nix:825:137: 824| defs' = concatMap (m: 825| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value)) | ^ 826| ) defs; … while calling 'dischargeProperties' at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/modules.nix:896:25: 895| */ 896| dischargeProperties = def: | ^ 897| if def._type or "" == "merge" then … from call site at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/nixos/modules/system/activation/top-level.nix:71:12: 70| # Replace runtime dependencies 71| system = foldr ({ oldDependency, newDependency }: drv: | ^ 72| pkgs.replaceDependency { inherit oldDependency newDependency drv; } … while calling 'foldr' at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/lists.nix:53:20: 52| */ 53| foldr = op: nul: list: | ^ 54| let … from call site at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/lists.nix:60:8: 59| else op (elemAt list n) (fold' (n + 1)); 60| in fold' 0; | ^ 61| … while calling 'fold'' at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/lists.nix:56:15: 55| len = length list; 56| fold' = n: | ^ 57| if n == len … from call site at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/nixos/modules/system/activation/top-level.nix:68:10: 67| then throw "\nFailed assertions:\n${concatStringsSep "\n" (map (x: "- ${x}") failedAssertions)}" 68| else showWarnings config.warnings baseSystem; | ^ 69| … while calling 'showWarnings' at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/trivial.nix:424:28: 423| 424| showWarnings = warnings: res: lib.foldr (w: x: warn w x) res warnings; | ^ 425| … from call site at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/trivial.nix:424:33: 423| 424| showWarnings = warnings: res: lib.foldr (w: x: warn w x) res warnings; | ^ 425| … while calling 'foldr' at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/lists.nix:53:20: 52| */ 53| foldr = op: nul: list: | ^ 54| let … from call site at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/lists.nix:60:8: 59| else op (elemAt list n) (fold' (n + 1)); 60| in fold' 0; | ^ 61| … while calling 'fold'' at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/lists.nix:56:15: 55| len = length list; 56| fold' = n: | ^ 57| if n == len … while calling 'g' at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/attrsets.nix:739:19: 738| g = 739| name: value: | ^ 740| if isAttrs value && cond value … from call site at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/attrsets.nix:742:20: 741| then recurse (path ++ [name]) value 742| else f (path ++ [name]) value; | ^ 743| in mapAttrs g; … while calling anonymous lambda at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/modules.nix:242:72: 241| # For definitions that have an associated option 242| declaredConfig = mapAttrsRecursiveCond (v: ! isOption v) (_: v: v.value) options; | ^ 243| … while evaluating the option `warnings': … while calling anonymous lambda at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/modules.nix:824:28: 823| # Process mkMerge and mkIf properties. 824| defs' = concatMap (m: | ^ 825| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value)) … while evaluating definitions from `/nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/nixos/modules/system/boot/systemd.nix': … from call site at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/modules.nix:825:137: 824| defs' = concatMap (m: 825| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value)) | ^ 826| ) defs; … while calling 'dischargeProperties' at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/modules.nix:896:25: 895| */ 896| dischargeProperties = def: | ^ 897| if def._type or "" == "merge" then … while calling anonymous lambda at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/attrsets.nix:653:10: 652| attrs: 653| map (name: f name attrs.${name}) (attrNames attrs); | ^ 654| … from call site at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/attrsets.nix:653:16: 652| attrs: 653| map (name: f name attrs.${name}) (attrNames attrs); | ^ 654| … while calling anonymous lambda at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/nixos/modules/system/boot/systemd.nix:439:16: 438| mapAttrsToList 439| (name: service: | ^ 440| let … from call site at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/nixos/modules/system/boot/systemd.nix:446:16: 445| concatLists [ 446| (optional (type == "oneshot" && (restart == "always" || restart == "on-success")) | ^ 447| "Service '${name}.service' with 'Type=oneshot' cannot have 'Restart=always' or 'Restart=on-success'" … while calling 'optional' at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/lists.nix:359:20: 358| */ 359| optional = cond: elem: if cond then [elem] else []; | ^ 360| … while calling 'g' at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/attrsets.nix:739:19: 738| g = 739| name: value: | ^ 740| if isAttrs value && cond value … from call site at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/attrsets.nix:742:20: 741| then recurse (path ++ [name]) value 742| else f (path ++ [name]) value; | ^ 743| in mapAttrs g; … while calling anonymous lambda at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/modules.nix:242:72: 241| # For definitions that have an associated option 242| declaredConfig = mapAttrsRecursiveCond (v: ! isOption v) (_: v: v.value) options; | ^ 243| … while evaluating the option `systemd.services.home-manager-carlos.serviceConfig': … from call site at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/modules.nix:846:59: 845| if isDefined then 846| if all (def: type.check def.value) defsFinal then type.merge loc defsFinal | ^ 847| else let allInvalid = filter (def: ! type.check def.value) defsFinal; … while calling 'merge' at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/types.nix:567:20: 566| check = isAttrs; 567| merge = loc: defs: | ^ 568| mapAttrs (n: v: v.value) (filterAttrs (n: v: v ? value) (zipAttrsWith (name: defs: … from call site at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/types.nix:568:35: 567| merge = loc: defs: 568| mapAttrs (n: v: v.value) (filterAttrs (n: v: v ? value) (zipAttrsWith (name: defs: | ^ 569| (mergeDefinitions (loc ++ [name]) elemType defs).optionalValue … while calling 'filterAttrs' at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/attrsets.nix:419:5: 418| # The attribute set to filter 419| set: | ^ 420| listToAttrs (concatMap (name: let v = set.${name}; in if pred name v then [(nameValuePair name v)] else []) (attrNames set)); … while calling anonymous lambda at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/attrsets.nix:420:29: 419| set: 420| listToAttrs (concatMap (name: let v = set.${name}; in if pred name v then [(nameValuePair name v)] else []) (attrNames set)); | ^ 421| … from call site at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/attrsets.nix:420:62: 419| set: 420| listToAttrs (concatMap (name: let v = set.${name}; in if pred name v then [(nameValuePair name v)] else []) (attrNames set)); | ^ 421| … while calling anonymous lambda at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/types.nix:568:51: 567| merge = loc: defs: 568| mapAttrs (n: v: v.value) (filterAttrs (n: v: v ? value) (zipAttrsWith (name: defs: | ^ 569| (mergeDefinitions (loc ++ [name]) elemType defs).optionalValue … while calling anonymous lambda at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/types.nix:568:86: 567| merge = loc: defs: 568| mapAttrs (n: v: v.value) (filterAttrs (n: v: v ? value) (zipAttrsWith (name: defs: | ^ 569| (mergeDefinitions (loc ++ [name]) elemType defs).optionalValue … while calling anonymous lambda at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/modules.nix:824:28: 823| # Process mkMerge and mkIf properties. 824| defs' = concatMap (m: | ^ 825| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value)) … while evaluating definitions from `/nix/store/jishvh8fva1ld7lgj4k3v2ns9ahmr3bh-source/flake.nix': … from call site at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/modules.nix:825:137: 824| defs' = concatMap (m: 825| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value)) | ^ 826| ) defs; … while calling 'dischargeProperties' at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/modules.nix:896:25: 895| */ 896| dischargeProperties = def: | ^ 897| if def._type or "" == "merge" then … while evaluating derivation 'home-manager-generation' whose name attribute is located at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/pkgs/stdenv/generic/make-derivation.nix:352:7 … while evaluating attribute 'buildCommand' of derivation 'home-manager-generation' at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/pkgs/build-support/trivial-builders/default.nix:98:16: 97| enableParallelBuilding = true; 98| inherit buildCommand name; | ^ 99| passAsFile = [ "buildCommand" ] … while evaluating derivation 'home-manager-files' whose name attribute is located at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/pkgs/stdenv/generic/make-derivation.nix:352:7 … while evaluating attribute 'buildCommand' of derivation 'home-manager-files' at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/pkgs/build-support/trivial-builders/default.nix:98:16: 97| enableParallelBuilding = true; 98| inherit buildCommand name; | ^ 99| passAsFile = [ "buildCommand" ] … while calling anonymous lambda at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/attrsets.nix:653:10: 652| attrs: 653| map (name: f name attrs.${name}) (attrNames attrs); | ^ 654| … from call site at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/attrsets.nix:653:16: 652| attrs: 653| map (name: f name attrs.${name}) (attrNames attrs); | ^ 654| … while calling anonymous lambda at /nix/store/p9qhk8i6mhgvvh950493m8apmpgwp4is-source/modules/files.nix:398:28: 397| '' + concatStrings ( 398| mapAttrsToList (n: v: '' | ^ 399| insertFile ${ … from call site at /nix/store/p9qhk8i6mhgvvh950493m8apmpgwp4is-source/modules/files.nix:400:13: 399| insertFile ${ 400| escapeShellArgs [ | ^ 401| (sourceStorePath v) … while calling 'concatMapStringsSep' at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/strings.nix:117:5: 116| # List of input strings 117| list: concatStringsSep sep (map f list); | ^ 118| … while calling 'escapeShellArg' at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/strings.nix:443:20: 442| */ 443| escapeShellArg = arg: "'${replaceStrings ["'"] ["'\\''"] (toString arg)}'"; | ^ 444| … from call site at /nix/store/p9qhk8i6mhgvvh950493m8apmpgwp4is-source/modules/files.nix:401:16: 400| escapeShellArgs [ 401| (sourceStorePath v) | ^ 402| v.target … while calling 'sourceStorePath' at /nix/store/p9qhk8i6mhgvvh950493m8apmpgwp4is-source/modules/files.nix:15:21: 14| 15| sourceStorePath = file: | ^ 16| let … while calling 'g' at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/attrsets.nix:739:19: 738| g = 739| name: value: | ^ 740| if isAttrs value && cond value … from call site at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/attrsets.nix:742:20: 741| then recurse (path ++ [name]) value 742| else f (path ++ [name]) value; | ^ 743| in mapAttrs g; … while calling anonymous lambda at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/modules.nix:242:72: 241| # For definitions that have an associated option 242| declaredConfig = mapAttrsRecursiveCond (v: ! isOption v) (_: v: v.value) options; | ^ 243| … while evaluating the option `home-manager.users.carlos.home.file."/home/carlos/.config/fontconfig/conf.d/10-hm-fonts.conf".source': … while calling anonymous lambda at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/modules.nix:824:28: 823| # Process mkMerge and mkIf properties. 824| defs' = concatMap (m: | ^ 825| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value)) … while evaluating definitions from `/nix/store/p9qhk8i6mhgvvh950493m8apmpgwp4is-source/modules/files.nix': … from call site at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/modules.nix:825:137: 824| defs' = concatMap (m: 825| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value)) | ^ 826| ) defs; … while calling 'dischargeProperties' at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/modules.nix:896:25: 895| */ 896| dischargeProperties = def: | ^ 897| if def._type or "" == "merge" then … while calling 'g' at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/attrsets.nix:739:19: 738| g = 739| name: value: | ^ 740| if isAttrs value && cond value … from call site at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/attrsets.nix:742:20: 741| then recurse (path ++ [name]) value 742| else f (path ++ [name]) value; | ^ 743| in mapAttrs g; … while calling anonymous lambda at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/modules.nix:242:72: 241| # For definitions that have an associated option 242| declaredConfig = mapAttrsRecursiveCond (v: ! isOption v) (_: v: v.value) options; | ^ 243| … while evaluating the option `home-manager.users.carlos.home.file."/home/carlos/.config/fontconfig/conf.d/10-hm-fonts.conf".text': … while calling anonymous lambda at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/modules.nix:824:28: 823| # Process mkMerge and mkIf properties. 824| defs' = concatMap (m: | ^ 825| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value)) … while evaluating definitions from `/nix/store/p9qhk8i6mhgvvh950493m8apmpgwp4is-source/modules/misc/xdg.nix': … from call site at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/modules.nix:825:137: 824| defs' = concatMap (m: 825| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value)) | ^ 826| ) defs; … while calling 'dischargeProperties' at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/modules.nix:896:25: 895| */ 896| dischargeProperties = def: | ^ 897| if def._type or "" == "merge" then … while calling 'g' at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/attrsets.nix:739:19: 738| g = 739| name: value: | ^ 740| if isAttrs value && cond value … from call site at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/attrsets.nix:742:20: 741| then recurse (path ++ [name]) value 742| else f (path ++ [name]) value; | ^ 743| in mapAttrs g; … while calling anonymous lambda at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/modules.nix:242:72: 241| # For definitions that have an associated option 242| declaredConfig = mapAttrsRecursiveCond (v: ! isOption v) (_: v: v.value) options; | ^ 243| … while evaluating the option `home-manager.users.carlos.xdg.configFile."fontconfig/conf.d/10-hm-fonts.conf".text': … while calling anonymous lambda at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/modules.nix:824:28: 823| # Process mkMerge and mkIf properties. 824| defs' = concatMap (m: | ^ 825| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value)) … while evaluating definitions from `/nix/store/p9qhk8i6mhgvvh950493m8apmpgwp4is-source/modules/misc/fontconfig.nix': … from call site at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/modules.nix:825:137: 824| defs' = concatMap (m: 825| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value)) | ^ 826| ) defs; … while calling 'dischargeProperties' at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/modules.nix:896:25: 895| */ 896| dischargeProperties = def: | ^ 897| if def._type or "" == "merge" then … while evaluating derivation 'home-manager-path' whose name attribute is located at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/pkgs/stdenv/generic/make-derivation.nix:352:7 … while evaluating attribute 'passAsFile' of derivation 'home-manager-path' at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/pkgs/build-support/trivial-builders/default.nix:99:9: 98| inherit buildCommand name; 99| passAsFile = [ "buildCommand" ] | ^ 100| ++ (derivationArgs.passAsFile or [ ]); … while evaluating derivation 'neovim-0.9.5' whose name attribute is located at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/pkgs/stdenv/generic/make-derivation.nix:352:7 … while evaluating attribute 'postBuild' of derivation 'neovim-0.9.5' at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/pkgs/applications/editors/neovim/wrapper.nix:99:7: 98| # extra actions upon 99| postBuild = lib.optionalString stdenv.isLinux '' | ^ 100| rm $out/share/applications/nvim.desktop … from call site at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/pkgs/applications/editors/neovim/wrapper.nix:122:9: 121| '' 122| + lib.optionalString (manifestRc != null) (let | ^ 123| manifestWrapperArgs = … while calling 'optionalString' at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/strings.nix:257:5: 256| # String to return if condition is true 257| string: if cond then string else ""; | ^ 258| … from call site at /nix/store/p9qhk8i6mhgvvh950493m8apmpgwp4is-source/modules/programs/neovim.nix:68:26: 67| 68| extraMakeWrapperArgs = lib.optionalString (cfg.extraPackages != [ ]) | ^ 69| ''--suffix PATH : "${lib.makeBinPath cfg.extraPackages}"''; … while calling 'optionalString' at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/strings.nix:257:5: 256| # String to return if condition is true 257| string: if cond then string else ""; | ^ 258| … while calling 'g' at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/attrsets.nix:739:19: 738| g = 739| name: value: | ^ 740| if isAttrs value && cond value … from call site at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/attrsets.nix:742:20: 741| then recurse (path ++ [name]) value 742| else f (path ++ [name]) value; | ^ 743| in mapAttrs g; … while calling anonymous lambda at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/modules.nix:242:72: 241| # For definitions that have an associated option 242| declaredConfig = mapAttrsRecursiveCond (v: ! isOption v) (_: v: v.value) options; | ^ 243| … while evaluating the option `home-manager.users.carlos.programs.neovim.extraPackages': … from call site at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/modules.nix:846:59: 845| if isDefined then 846| if all (def: type.check def.value) defsFinal then type.merge loc defsFinal | ^ 847| else let allInvalid = filter (def: ! type.check def.value) defsFinal; … while calling 'merge' at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/types.nix:537:20: 536| check = isList; 537| merge = loc: defs: | ^ 538| map (x: x.value) (filter (x: x ? value) (concatLists (imap1 (n: def: … while calling anonymous lambda at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/types.nix:538:35: 537| merge = loc: defs: 538| map (x: x.value) (filter (x: x ? value) (concatLists (imap1 (n: def: | ^ 539| imap1 (m: def': … while calling anonymous lambda at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/lists.nix:165:29: 164| */ 165| imap1 = f: list: genList (n: f (n + 1) (elemAt list n)) (length list); | ^ 166| … from call site at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/lists.nix:165:32: 164| */ 165| imap1 = f: list: genList (n: f (n + 1) (elemAt list n)) (length list); | ^ 166| … while calling anonymous lambda at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/types.nix:539:21: 538| map (x: x.value) (filter (x: x ? value) (concatLists (imap1 (n: def: 539| imap1 (m: def': | ^ 540| (mergeDefinitions … while calling anonymous lambda at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/modules.nix:824:28: 823| # Process mkMerge and mkIf properties. 824| defs' = concatMap (m: | ^ 825| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value)) … while evaluating definitions from `/nix/store/jishvh8fva1ld7lgj4k3v2ns9ahmr3bh-source/home-manager/common.nix': … from call site at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/modules.nix:825:137: 824| defs' = concatMap (m: 825| map (value: { inherit (m) file; inherit value; }) (builtins.addErrorContext "while evaluating definitions from `${m.file}':" (dischargeProperties m.value)) | ^ 826| ) defs; … while calling 'dischargeProperties' at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/modules.nix:896:25: 895| */ 896| dischargeProperties = def: | ^ 897| if def._type or "" == "merge" then … from call site at /nix/store/v82d65ayj4924a3b2wxi7ar25b0msl91-source/nix/flake.nix:12:39: 11| final: prev: { 12| jsonnet-language-server = prev.callPackage ./default.nix { pkgs = prev; }; | ^ 13| snitch = prev.callPackage ./snitch.nix { pkgs = prev; }; … while calling 'callPackageWith' at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/customisation.nix:153:35: 152| */ 153| callPackageWith = autoArgs: fn: args: | ^ 154| let … from call site at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/trivial.nix:440:7: 439| { # TODO: Should we add call-time "type" checking like built in? 440| __functor = self: f; | ^ 441| __functionArgs = args; … while calling anonymous lambda at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/customisation.nix:96:17: 95| in 96| mirrorArgs (origArgs: | ^ 97| let … from call site at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/customisation.nix:98:16: 97| let 98| result = f origArgs; | ^ 99| … while calling anonymous lambda at /nix/store/v82d65ayj4924a3b2wxi7ar25b0msl91-source/nix/default.nix:1:1: 1| { pkgs ? import }: | ^ 2| … from call site at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/trivial.nix:440:7: 439| { # TODO: Should we add call-time "type" checking like built in? 440| __functor = self: f; | ^ 441| __functionArgs = args; … while calling anonymous lambda at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/pkgs/build-support/go/module.nix:3:1: 2| 3| { name ? "${args'.pname}-${args'.version}" | ^ 4| , src … from call site at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/pkgs/build-support/go/module.nix:306:1: 305| in 306| lib.warnIf (args' ? vendorSha256) "`vendorSha256` is deprecated. Use `vendorHash` instead" | ^ 307| lib.warnIf (buildFlags != "" || buildFlagsArray != "") … while calling 'warnIf' at /nix/store/5gc4ncnkzcgma8fl1qabm8v9kj7w68gl-source/lib/trivial.nix:367:18: 366| */ 367| warnIf = cond: msg: if cond then warn msg else x: x; | ^ 368| error: value is a string while a list was expected