From 9becde7b237e2547739d6218321dde7c2847f86c Mon Sep 17 00:00:00 2001 From: deadvey Date: Sun, 18 Aug 2024 22:06:25 +0100 Subject: [PATCH] 443 current 2024-08-18 21:52:37 24.05.3642.883180e6550c 6.6.44 * --- configuration.nix | 4 ++-- nixos-switch.log | 35 +++++++++++++++++++++++++++++------ 2 files changed, 31 insertions(+), 8 deletions(-) diff --git a/configuration.nix b/configuration.nix index 451c136..b1e4fe8 100644 --- a/configuration.nix +++ b/configuration.nix @@ -9,7 +9,7 @@ let CORNER_RADIUS = "5"; CORNER_RADIUS_INT = builtins.fromString CORNER_RADIUS; - RECEIVING_CORNER_RADIUS = builtins.fromString CORNER_RADIUS_INT + BORDER_WIDTH_INT; + 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 WAYBAR_MODULES_CORNER_RADIUS = "5"; GAPS_IN = "5"; @@ -727,7 +727,7 @@ valign = bottom border: ${BORDER_WIDTH}px solid RGBA(235, 219, 178, 1); background-color: transparent; box-shadow: 0px 0px 0px 60px black, 0px 0px 0px 0.5px #ebdbb2; - border-radius: ${CORNER_RADIUS}px; + border-radius: ${RECEIVING_CORNER_RADIUS}px; margin: 20px; } window#waybar.right, diff --git a/nixos-switch.log b/nixos-switch.log index 2914484..c2a8427 100644 --- a/nixos-switch.log +++ b/nixos-switch.log @@ -1,8 +1,31 @@ building Nix... building the system configuration... -trace: warning: The option `services.xserver.displayManager.defaultSession' defined in `/etc/nixos/configuration.nix' has been renamed to `services.displayManager.defaultSession'. -activating the configuration... -setting up /etc... -reloading user units for lightdm... -reloading user units for deadvey... -restarting sysinit-reactivation.target +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";