You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error:
… while evaluating a branch condition
at /nix/store/84m9nfg7kamv5va1fkk2iszbn5q2mavh-source/flake.nix:43:15:
42| (name: value:
43| if isAttrs value then lhs.${name} or { } // value
| ^
44| else if isList value then lhs.${name} or [ ] ++ value
… while calling the 'isAttrs' builtin
at /nix/store/84m9nfg7kamv5va1fkk2iszbn5q2mavh-source/flake.nix:43:18:
42| (name: value:
43| if isAttrs value then lhs.${name} or { } // value
| ^
44| else if isList value then lhs.${name} or [ ] ++ value
(stack trace truncated; use '--show-trace' to show the full, detailed trace)
error: attribute 'buildPerlPackage' missing
at /nix/store/j54hy8ncy0mjxvcq7axmwss4ngpdzhyk-packages/indent-changer/default.nix:6:1:
5|
6| pkgs.buildPerlPackage {
| ^
7| pname = "indent-changer";
I'm trying to build this package...
...but it's failing with this error:
This is my directory structure:
The text was updated successfully, but these errors were encountered: