287 current 2024-08-17 11:33:49 24.05.3642.883180e6550c 6.6.44 *
This commit is contained in:
parent
f621d7d0ac
commit
d021bb0d63
@ -10,7 +10,7 @@ let
|
||||
GAPS_OUT = "10";
|
||||
BORDER_WIDTH = "2";
|
||||
BORDER_WIDTH_INT = 2;
|
||||
kwafe
|
||||
test error
|
||||
# Colours
|
||||
BG = "282828";
|
||||
BG0_H = "1d2021";
|
||||
|
@ -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
|
||||
|
||||
|
@ -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";
|
||||
12| BORDER_WIDTH_INT = 2;
|
||||
13| test error
|
||||
| ^
|
||||
16| BG0_H = "1d2021";
|
||||
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";
|
||||
12| BORDER_WIDTH_INT = 2;
|
||||
13| test error
|
||||
| ^
|
||||
16| BG0_H = "1d2021";
|
||||
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";
|
||||
12| BORDER_WIDTH_INT = 2;
|
||||
13| test error
|
||||
| ^
|
||||
16| BG0_H = "1d2021";
|
||||
14| # Colours
|
||||
|
Loading…
x
Reference in New Issue
Block a user