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:12:52 +01:00
parent 1af967cefa
commit 8788a3ecb1
2 changed files with 8 additions and 3 deletions

View File

@ -11,7 +11,7 @@ let
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_INT = CORNER_RADIUS_INT + BORDER_WIDTH_INT; RECEIVING_CORNER_RADIUS_INT = CORNER_RADIUS_INT + BORDER_WIDTH_INT;
RECEIVING_CORNER_RADIUS = builtins.toString RECEIVING_CORNER_RADIUS; RECEIVING_CORNER_RADIUS = builtins.toString RECEIVING_CORNER_RADIUS_INT;
WAYBAR_MODULES_CORNER_RADIUS = "5"; WAYBAR_MODULES_CORNER_RADIUS = "5";
GAPS_IN = "5"; GAPS_IN = "5";

View File

@ -21,6 +21,11 @@ error:
(stack trace truncated; use '--show-trace' to show the full trace) (stack trace truncated; use '--show-trace' to show the full trace)
error: infinite recursion encountered error: attribute 'fromString' missing
at «none»:0: (source not available) at /etc/nixos/configuration.nix:11:22:
10| CORNER_RADIUS = "5";
11| CORNER_RADIUS_INT = builtins.fromString CORNER_RADIUS;
| ^
12| # A curve of 2px and 10px radius thickness fits into a curve of 12px radius