Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- error:
- … while evaluating a branch condition
- at /nix/store/dax78flrvcdir20swzlcm64va09nh5x8-source/lib/lists.nix:142:18:
- 141| len = length list;
- 142| fold' = n: if n == len then nul else op (elemAt list n) (fold' (n + 1));
- | ^
- 143| in
- … while calling the 'length' builtin
- at /nix/store/dax78flrvcdir20swzlcm64va09nh5x8-source/lib/lists.nix:141:13:
- 140| let
- 141| len = length list;
- | ^
- 142| fold' = n: if n == len then nul else op (elemAt list n) (fold' (n + 1));
- (stack trace truncated; use '--show-trace' to show the full, detailed trace)
- error: syntax error, unexpected ']', expecting INHERIT
- at /nix/store/lgggk83nvwyr1vaw7pq089pyrfiwnksz-source/hosts/veagle/home.nix:252:4:
- 251| };
- 252| ];
- | ^
- 253|
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement