32 lines
1.2 KiB
Plaintext
32 lines
1.2 KiB
Plaintext
building Nix...
|
|
building the system configuration...
|
|
error:
|
|
… while calling the 'head' builtin
|
|
|
|
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/attrsets.nix:1575:11:
|
|
|
|
1574| || pred here (elemAt values 1) (head values) then
|
|
1575| head values
|
|
| ^
|
|
1576| else
|
|
|
|
… while evaluating the attribute 'value'
|
|
|
|
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:809:9:
|
|
|
|
808| in warnDeprecation opt //
|
|
809| { value = builtins.addErrorContext "while evaluating the option `${showOption loc}':" value;
|
|
| ^
|
|
810| inherit (res.defsFinal') highestPrio;
|
|
|
|
(stack trace truncated; use '--show-trace' to show the full trace)
|
|
|
|
error: attribute 'fromString' missing
|
|
|
|
at /etc/nixos/configuration.nix:12:28:
|
|
|
|
11| CORNER_RADIUS_INT = builtins.fromString CORNER_RADIUS;
|
|
12| RECEIVING_CORNER_RADIUS = builtins.fromString CORNER_RADIUS_INT + BORDER_WIDTH_INT; # A curve of 2px and 10px radius thickness fits into a curve of 12px radius
|
|
| ^
|
|
13| WAYBAR_MODULES_CORNER_RADIUS = "5";
|