443 current 2024-08-18 21:52:37 24.05.3642.883180e6550c 6.6.44 *

This commit is contained in:
deadvey 2024-08-18 22:10:15 +01:00
parent 9833919ff4
commit 10a8126e7c
2 changed files with 82 additions and 23 deletions

View File

@ -10,7 +10,8 @@ let
CORNER_RADIUS = "5"; CORNER_RADIUS = "5";
CORNER_RADIUS_INT = builtins.fromString CORNER_RADIUS; CORNER_RADIUS_INT = builtins.fromString CORNER_RADIUS;
# A curve of 2px and 10px radius thickness fits into a curve of 12px radius # A curve of 2px and 10px radius thickness fits into a curve of 12px radius
RECEIVING_CORNER_RADIUS = builtins.fromString CORNER_RADIUS_INT + BORDER_WIDTH_INT; RECEIVING_CORNER_RADIUS_INT = CORNER_RADIUS_INT + BORDER_WIDTH_INT;
WAYBAR_MODULES_CORNER_RADIUS = "5"; WAYBAR_MODULES_CORNER_RADIUS = "5";
GAPS_IN = "5"; GAPS_IN = "5";

View File

@ -1,31 +1,89 @@
building Nix...
building the system configuration...
error: error:
… while calling the 'head' builtin … while evaluating the attribute 'config'
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/attrsets.nix:1575:11: at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9:
1574| || pred here (elemAt values 1) (head values) then 321| options = checked options;
1575| head values 322| config = checked (removeAttrs config [ "_module" ]);
| ^ | ^
1576| else 323| _module = checked (config._module);
… while evaluating the attribute 'value' … while calling the 'seq' builtin
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:809:9: at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:18:
808| in warnDeprecation opt // 321| options = checked options;
809| { value = builtins.addErrorContext "while evaluating the option `${showOption loc}':" value; 322| config = checked (removeAttrs config [ "_module" ]);
| ^ | ^
810| inherit (res.defsFinal') highestPrio; 323| _module = checked (config._module);
(stack trace truncated; use '--show-trace' to show the full trace) (stack trace truncated; use '--show-trace' to show the full trace)
error: attribute 'fromString' missing error: undefined variable 'RECEIVING_CORNER_RADIUS'
at /etc/nixos/configuration.nix:13:28: at /etc/nixos/configuration.nix:732:21:
12| # A curve of 2px and 10px radius thickness fits into a curve of 12px radius 731| box-shadow: 0px 0px 0px 60px black, 0px 0px 0px 0.5px #ebdbb2;
13| RECEIVING_CORNER_RADIUS = builtins.fromString CORNER_RADIUS_INT + BORDER_WIDTH_INT; 732| border-radius: ${RECEIVING_CORNER_RADIUS}px;
| ^ | ^
14| WAYBAR_MODULES_CORNER_RADIUS = "5"; 733| margin: 20px;
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: undefined variable 'RECEIVING_CORNER_RADIUS'
at /etc/nixos/configuration.nix:732:21:
731| box-shadow: 0px 0px 0px 60px black, 0px 0px 0px 0.5px #ebdbb2;
732| border-radius: ${RECEIVING_CORNER_RADIUS}px;
| ^
733| margin: 20px;
building the system configuration...
error:
… while evaluating the attribute 'config.system.build.toplevel'
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: undefined variable 'RECEIVING_CORNER_RADIUS'
at /etc/nixos/configuration.nix:732:21:
731| box-shadow: 0px 0px 0px 60px black, 0px 0px 0px 0.5px #ebdbb2;
732| border-radius: ${RECEIVING_CORNER_RADIUS}px;
| ^
733| margin: 20px;