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/lrxvs4l9bqbgjfz7w9bkfg5zqq442jxc-source/modules/transposition.nix':1718 … while evaluating definitions from `/nix/store/7v91aairhkd03pr0xsy8sxc07cc10klg-source/flake/checks.nix, via option perSystem':1920 … while evaluating the module argument `inputs' in "/nix/store/7v91aairhkd03pr0xsy8sxc07cc10klg-source/modules/editors/emacs/default.nix":2122 … noting that argument `inputs` is not externally provided, so querying `_module.args` instead, requiring `config`2324 (stack trace truncated; use '--show-trace' to show the full, detailed trace)2526 error: attribute 'inputs' missing27 at «github:ramblurr/nixpkgs/abcef851f4c5a7a429940472d37a50a514f0f529?narHash=sha256-x8Nu%2BybOdK916YuvkYpSSO58uxjVHxL9XCH%2BpOtIedY%3D»/lib/modules.nix:731:13:28 730| "noting that argument `${name}` is not externally provided, so querying `_module.args` instead, requiring `config`"29 731| config._module.args.${name}30 | ^31 732| )