287 current 2024-08-17 11:33:49 24.05.3642.883180e6550c 6.6.44 *

This commit is contained in:
deadvey 2024-08-17 11:51:39 +01:00
parent f621d7d0ac
commit d021bb0d63
3 changed files with 19 additions and 17 deletions

View File

@ -10,7 +10,7 @@ let
GAPS_OUT = "10";
BORDER_WIDTH = "2";
BORDER_WIDTH_INT = 2;
kwafe
test error
# Colours
BG = "282828";
BG0_H = "1d2021";

View File

@ -6,7 +6,9 @@ log=$(cat nixos-switch.log)
sudo cp /etc/nixos/configuration.nix .
git add .
git commit -m "$gen"
if (! log | grep error); then
if (log | grep error); then
echo "There was an error in your Nix Config"
else
git push
fi

View File

@ -21,12 +21,12 @@ error:
error: syntax error, unexpected ID, expecting '.' or '='
at /etc/nixos/configuration.nix:15:2:
at /etc/nixos/configuration.nix:13:7:
14| # Colours
15| BG = "282828";
| ^
16| BG0_H = "1d2021";
12| BORDER_WIDTH_INT = 2;
13| test error
| ^
14| # Colours
building Nix...
error:
… while evaluating the attribute 'config'
@ -51,12 +51,12 @@ error:
error: syntax error, unexpected ID, expecting '.' or '='
at /etc/nixos/configuration.nix:15:2:
at /etc/nixos/configuration.nix:13:7:
14| # Colours
15| BG = "282828";
| ^
16| BG0_H = "1d2021";
12| BORDER_WIDTH_INT = 2;
13| test error
| ^
14| # Colours
building the system configuration...
error:
… while evaluating the attribute 'config.system.build.toplevel'
@ -81,9 +81,9 @@ error:
error: syntax error, unexpected ID, expecting '.' or '='
at /etc/nixos/configuration.nix:15:2:
at /etc/nixos/configuration.nix:13:7:
14| # Colours
15| BG = "282828";
| ^
16| BG0_H = "1d2021";
12| BORDER_WIDTH_INT = 2;
13| test error
| ^
14| # Colours