Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- error:
- … while evaluating the attribute 'activationPackage'
- at /home/notpua/.nix-defexpr/channels/home-manager/modules/default.nix:54:3:
- 53|
- 54| activationPackage = module.config.home.activationPackage;
- | ^
- 55|
- … while evaluating call site
- at /home/notpua/.nix-defexpr/channels/home-manager/modules/default.nix:39:12:
- 38|
- 39| module = showWarnings (
- | ^
- 40| let
- … while calling 'showWarnings'
- at /home/notpua/.nix-defexpr/channels/home-manager/modules/default.nix:18:18:
- 17|
- 18| showWarnings = res:
- | ^
- 19| let
- … while evaluating call site
- at /home/notpua/.nix-defexpr/channels/home-manager/modules/default.nix:22:7:
- 21| in
- 22| fold f res res.config.warnings;
- | ^
- 23|
- … while calling 'foldr'
- at /nix/store/zrcwa527vwl035dl4fqq3ygzwni5airr-nixos-23.05/nixos/lib/lists.nix:53:20:
- 52| */
- 53| foldr = op: nul: list:
- | ^
- 54| let
- … while evaluating call site
- at /nix/store/zrcwa527vwl035dl4fqq3ygzwni5airr-nixos-23.05/nixos/lib/lists.nix:60:8:
- 59| else op (elemAt list n) (fold' (n + 1));
- 60| in fold' 0;
- | ^
- 61|
- … while calling 'fold''
- at /nix/store/zrcwa527vwl035dl4fqq3ygzwni5airr-nixos-23.05/nixos/lib/lists.nix:56:15:
- 55| len = length list;
- 56| fold' = n:
- | ^
- 57| if n == len
- … while evaluating call site
- at /home/notpua/.nix-defexpr/channels/home-manager/modules/default.nix:41:16:
- 40| let
- 41| failed = collectFailed rawModule.config;
- | ^
- 42| failedStr = concatStringsSep "\n" (map (x: "- ${x}") failed);
- … while calling 'collectFailed'
- at /home/notpua/.nix-defexpr/channels/home-manager/modules/default.nix:15:19:
- 14|
- 15| collectFailed = cfg:
- | ^
- 16| map (x: x.message) (filter (x: !x.assertion) cfg.assertions);
- … while evaluating the attribute 'config'
- at /nix/store/zrcwa527vwl035dl4fqq3ygzwni5airr-nixos-23.05/nixos/lib/modules.nix:326:9:
- 325| options = checked options;
- 326| config = checked (removeAttrs config [ "_module" ]);
- | ^
- 327| _module = checked (config._module);
- error: The option `programs.zsh.syntaxHighlighting' does not exist. Definition values:
- - In `/home/notpua/storage/nixos/home-manager/zsh.nix':
- {
- enable = true;
- styles = {
- alias = "fg=magenta";
- command = "fg=#24eef9,bold";
- ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement