Advertisement
PROPESSOR

error

Jun 6th, 2025
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. error:
  2. … while evaluating a branch condition
  3. at /nix/store/dax78flrvcdir20swzlcm64va09nh5x8-source/lib/lists.nix:142:18:
  4. 141| len = length list;
  5. 142| fold' = n: if n == len then nul else op (elemAt list n) (fold' (n + 1));
  6. | ^
  7. 143| in
  8.  
  9. … while calling the 'length' builtin
  10. at /nix/store/dax78flrvcdir20swzlcm64va09nh5x8-source/lib/lists.nix:141:13:
  11. 140| let
  12. 141| len = length list;
  13. | ^
  14. 142| fold' = n: if n == len then nul else op (elemAt list n) (fold' (n + 1));
  15.  
  16. (stack trace truncated; use '--show-trace' to show the full, detailed trace)
  17.  
  18. error: syntax error, unexpected ']', expecting INHERIT
  19. at /nix/store/lgggk83nvwyr1vaw7pq089pyrfiwnksz-source/hosts/veagle/home.nix:252:4:
  20. 251| };
  21. 252| ];
  22. | ^
  23. 253|
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement