443 current 2024-08-18 21:52:37 24.05.3642.883180e6550c 6.6.44 *
This commit is contained in:
parent
10a8126e7c
commit
1af967cefa
@ -11,7 +11,7 @@ let
|
||||
CORNER_RADIUS_INT = builtins.fromString CORNER_RADIUS;
|
||||
# A curve of 2px and 10px radius thickness fits into a curve of 12px radius
|
||||
RECEIVING_CORNER_RADIUS_INT = CORNER_RADIUS_INT + BORDER_WIDTH_INT;
|
||||
|
||||
RECEIVING_CORNER_RADIUS = builtins.toString RECEIVING_CORNER_RADIUS;
|
||||
WAYBAR_MODULES_CORNER_RADIUS = "5";
|
||||
|
||||
GAPS_IN = "5";
|
||||
|
@ -1,89 +1,26 @@
|
||||
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 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'
|
||||
… 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;
|
||||
322| config = checked (removeAttrs config [ "_module" ]);
|
||||
1574| || pred here (elemAt values 1) (head values) then
|
||||
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;
|
||||
322| config = checked (removeAttrs config [ "_module" ]);
|
||||
808| in warnDeprecation opt //
|
||||
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)
|
||||
|
||||
error: undefined variable 'RECEIVING_CORNER_RADIUS'
|
||||
error: infinite recursion encountered
|
||||
|
||||
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;
|
||||
at «none»:0: (source not available)
|
||||
|
Loading…
x
Reference in New Issue
Block a user