From 3d6ddb29d9098dd7a3907af6f0f194560871f24c Mon Sep 17 00:00:00 2001 From: deadvey Date: Tue, 27 Aug 2024 15:14:21 +0100 Subject: [PATCH] 540 current 2024-08-27 15:11:05 24.05.3999.c42fcfbdfeae 6.6.46 * --- nixos-switch.log | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/nixos-switch.log b/nixos-switch.log index 0a3b27d..51030fe 100644 --- a/nixos-switch.log +++ b/nixos-switch.log @@ -21,12 +21,12 @@ error: error: syntax error, unexpected DOLLAR_CURLY - at /etc/nixos/configuration.nix:267:21: + at /etc/nixos/configuration.nix:270:24: - 266| hints = { - 267| bg = ${BG}; - | ^ - 268| fg = ${FG}; + 269| }; + 270| tabs.bar.bg = ${BG}; + | ^ + 271| }; building Nix... error: … while evaluating the attribute 'config' @@ -51,12 +51,12 @@ error: error: syntax error, unexpected DOLLAR_CURLY - at /etc/nixos/configuration.nix:267:21: + at /etc/nixos/configuration.nix:270:24: - 266| hints = { - 267| bg = ${BG}; - | ^ - 268| fg = ${FG}; + 269| }; + 270| tabs.bar.bg = ${BG}; + | ^ + 271| }; building the system configuration... error: … while evaluating the attribute 'config.system.build.toplevel' @@ -81,9 +81,9 @@ error: error: syntax error, unexpected DOLLAR_CURLY - at /etc/nixos/configuration.nix:267:21: + at /etc/nixos/configuration.nix:270:24: - 266| hints = { - 267| bg = ${BG}; - | ^ - 268| fg = ${FG}; + 269| }; + 270| tabs.bar.bg = ${BG}; + | ^ + 271| };