Advertisement
Guest User

Untitled

a guest
Sep 14th, 2023
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. error:
  2. … while evaluating the attribute 'activationPackage'
  3.  
  4. at /home/notpua/.nix-defexpr/channels/home-manager/modules/default.nix:54:3:
  5.  
  6. 53|
  7. 54| activationPackage = module.config.home.activationPackage;
  8. | ^
  9. 55|
  10.  
  11. … while evaluating call site
  12.  
  13. at /home/notpua/.nix-defexpr/channels/home-manager/modules/default.nix:39:12:
  14.  
  15. 38|
  16. 39| module = showWarnings (
  17. | ^
  18. 40| let
  19.  
  20. … while calling 'showWarnings'
  21.  
  22. at /home/notpua/.nix-defexpr/channels/home-manager/modules/default.nix:18:18:
  23.  
  24. 17|
  25. 18| showWarnings = res:
  26. | ^
  27. 19| let
  28.  
  29. … while evaluating call site
  30.  
  31. at /home/notpua/.nix-defexpr/channels/home-manager/modules/default.nix:22:7:
  32.  
  33. 21| in
  34. 22| fold f res res.config.warnings;
  35. | ^
  36. 23|
  37.  
  38. … while calling 'foldr'
  39.  
  40. at /nix/store/zrcwa527vwl035dl4fqq3ygzwni5airr-nixos-23.05/nixos/lib/lists.nix:53:20:
  41.  
  42. 52| */
  43. 53| foldr = op: nul: list:
  44. | ^
  45. 54| let
  46.  
  47. … while evaluating call site
  48.  
  49. at /nix/store/zrcwa527vwl035dl4fqq3ygzwni5airr-nixos-23.05/nixos/lib/lists.nix:60:8:
  50.  
  51. 59| else op (elemAt list n) (fold' (n + 1));
  52. 60| in fold' 0;
  53. | ^
  54. 61|
  55.  
  56. … while calling 'fold''
  57.  
  58. at /nix/store/zrcwa527vwl035dl4fqq3ygzwni5airr-nixos-23.05/nixos/lib/lists.nix:56:15:
  59.  
  60. 55| len = length list;
  61. 56| fold' = n:
  62. | ^
  63. 57| if n == len
  64.  
  65. … while evaluating call site
  66.  
  67. at /home/notpua/.nix-defexpr/channels/home-manager/modules/default.nix:41:16:
  68.  
  69. 40| let
  70. 41| failed = collectFailed rawModule.config;
  71. | ^
  72. 42| failedStr = concatStringsSep "\n" (map (x: "- ${x}") failed);
  73.  
  74. … while calling 'collectFailed'
  75.  
  76. at /home/notpua/.nix-defexpr/channels/home-manager/modules/default.nix:15:19:
  77.  
  78. 14|
  79. 15| collectFailed = cfg:
  80. | ^
  81. 16| map (x: x.message) (filter (x: !x.assertion) cfg.assertions);
  82.  
  83. … while evaluating the attribute 'config'
  84.  
  85. at /nix/store/zrcwa527vwl035dl4fqq3ygzwni5airr-nixos-23.05/nixos/lib/modules.nix:326:9:
  86.  
  87. 325| options = checked options;
  88. 326| config = checked (removeAttrs config [ "_module" ]);
  89. | ^
  90. 327| _module = checked (config._module);
  91.  
  92. error: The option `programs.zsh.syntaxHighlighting' does not exist. Definition values:
  93. - In `/home/notpua/storage/nixos/home-manager/zsh.nix':
  94. {
  95. enable = true;
  96. styles = {
  97. alias = "fg=magenta";
  98. command = "fg=#24eef9,bold";
  99. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement