533 current 2024-08-26 02:18:18 24.05.3999.c42fcfbdfeae 6.6.46 *

This commit is contained in:
deadvey 2024-08-26 02:19:42 +01:00
parent 532aed5cfd
commit 49c355e70e

View File

@ -1,89 +1,24 @@
error:
… while evaluating the attribute 'config'
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9:
321| options = checked options;
322| config = checked (removeAttrs config [ "_module" ]);
| ^
323| _module = checked (config._module);
… while calling the 'seq' builtin
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:18:
321| options = checked options;
322| config = checked (removeAttrs config [ "_module" ]);
| ^
323| _module = checked (config._module);
(stack trace truncated; use '--show-trace' to show the full trace)
error: syntax error, unexpected DOLLAR_CURLY
at /etc/nixos/configuration.nix:698:14:
697| exclusive = "true";
698| height = ${BAR_WIDTH_INT};
| ^
699| width = 1000;
building Nix... building Nix...
error:
… while evaluating the attribute 'config'
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9:
321| options = checked options;
322| config = checked (removeAttrs config [ "_module" ]);
| ^
323| _module = checked (config._module);
… while calling the 'seq' builtin
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:18:
321| options = checked options;
322| config = checked (removeAttrs config [ "_module" ]);
| ^
323| _module = checked (config._module);
(stack trace truncated; use '--show-trace' to show the full trace)
error: syntax error, unexpected DOLLAR_CURLY
at /etc/nixos/configuration.nix:698:14:
697| exclusive = "true";
698| height = ${BAR_WIDTH_INT};
| ^
699| width = 1000;
building the system configuration... building the system configuration...
error: error:
… while evaluating the attribute 'config.system.build.toplevel' … while calling the 'head' builtin
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9: at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/attrsets.nix:1575:11:
321| options = checked options; 1574| || pred here (elemAt values 1) (head values) then
322| config = checked (removeAttrs config [ "_module" ]); 1575| head values
| ^ | ^
323| _module = checked (config._module); 1576| else
… while calling the 'seq' builtin … while evaluating the attribute 'value'
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:18: at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:809:9:
321| options = checked options; 808| in warnDeprecation opt //
322| config = checked (removeAttrs config [ "_module" ]); 809| { value = builtins.addErrorContext "while evaluating the option `${showOption loc}':" value;
| ^ | ^
323| _module = checked (config._module); 810| inherit (res.defsFinal') highestPrio;
(stack trace truncated; use '--show-trace' to show the full trace) (stack trace truncated; use '--show-trace' to show the full trace)
error: syntax error, unexpected DOLLAR_CURLY error: cannot coerce an integer to a string
at /etc/nixos/configuration.nix:698:14:
697| exclusive = "true";
698| height = ${BAR_WIDTH_INT};
| ^
699| width = 1000;