From 10a8126e7c81ef1da614187d27c5d4cd2e8e85c1 Mon Sep 17 00:00:00 2001 From: deadvey Date: Sun, 18 Aug 2024 22:10:15 +0100 Subject: [PATCH] 443 current 2024-08-18 21:52:37 24.05.3642.883180e6550c 6.6.44 * --- configuration.nix | 3 +- nixos-switch.log | 102 ++++++++++++++++++++++++++++++++++++---------- 2 files changed, 82 insertions(+), 23 deletions(-) diff --git a/configuration.nix b/configuration.nix index 0f38fa3..b13981e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -10,7 +10,8 @@ let CORNER_RADIUS = "5"; 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 = builtins.fromString CORNER_RADIUS_INT + BORDER_WIDTH_INT; + RECEIVING_CORNER_RADIUS_INT = CORNER_RADIUS_INT + BORDER_WIDTH_INT; + WAYBAR_MODULES_CORNER_RADIUS = "5"; GAPS_IN = "5"; diff --git a/nixos-switch.log b/nixos-switch.log index 33147d1..6c72ccd 100644 --- a/nixos-switch.log +++ b/nixos-switch.log @@ -1,31 +1,89 @@ -building Nix... -building the system configuration... 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 - 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; + 321| options = checked options; + 322| config = checked (removeAttrs config [ "_module" ]); | ^ - 810| inherit (res.defsFinal') highestPrio; + 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: 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 - 13| RECEIVING_CORNER_RADIUS = builtins.fromString CORNER_RADIUS_INT + BORDER_WIDTH_INT; - | ^ - 14| WAYBAR_MODULES_CORNER_RADIUS = "5"; + 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' + + 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;