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";
|
GAPS_OUT = "10";
|
||||||
BORDER_WIDTH = "2";
|
BORDER_WIDTH = "2";
|
||||||
BORDER_WIDTH_INT = 2;
|
BORDER_WIDTH_INT = 2;
|
||||||
kwafe
|
test error
|
||||||
# Colours
|
# Colours
|
||||||
BG = "282828";
|
BG = "282828";
|
||||||
BG0_H = "1d2021";
|
BG0_H = "1d2021";
|
||||||
|
@ -6,7 +6,9 @@ log=$(cat nixos-switch.log)
|
|||||||
sudo cp /etc/nixos/configuration.nix .
|
sudo cp /etc/nixos/configuration.nix .
|
||||||
git add .
|
git add .
|
||||||
git commit -m "$gen"
|
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
|
git push
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -21,12 +21,12 @@ error:
|
|||||||
|
|
||||||
error: syntax error, unexpected ID, expecting '.' or '='
|
error: syntax error, unexpected ID, expecting '.' or '='
|
||||||
|
|
||||||
at /etc/nixos/configuration.nix:15:2:
|
at /etc/nixos/configuration.nix:13:7:
|
||||||
|
|
||||||
14| # Colours
|
12| BORDER_WIDTH_INT = 2;
|
||||||
15| BG = "282828";
|
13| test error
|
||||||
| ^
|
| ^
|
||||||
16| BG0_H = "1d2021";
|
14| # Colours
|
||||||
building Nix...
|
building Nix...
|
||||||
error:
|
error:
|
||||||
… while evaluating the attribute 'config'
|
… while evaluating the attribute 'config'
|
||||||
@ -51,12 +51,12 @@ error:
|
|||||||
|
|
||||||
error: syntax error, unexpected ID, expecting '.' or '='
|
error: syntax error, unexpected ID, expecting '.' or '='
|
||||||
|
|
||||||
at /etc/nixos/configuration.nix:15:2:
|
at /etc/nixos/configuration.nix:13:7:
|
||||||
|
|
||||||
14| # Colours
|
12| BORDER_WIDTH_INT = 2;
|
||||||
15| BG = "282828";
|
13| test error
|
||||||
| ^
|
| ^
|
||||||
16| BG0_H = "1d2021";
|
14| # Colours
|
||||||
building the system configuration...
|
building the system configuration...
|
||||||
error:
|
error:
|
||||||
… while evaluating the attribute 'config.system.build.toplevel'
|
… while evaluating the attribute 'config.system.build.toplevel'
|
||||||
@ -81,9 +81,9 @@ error:
|
|||||||
|
|
||||||
error: syntax error, unexpected ID, expecting '.' or '='
|
error: syntax error, unexpected ID, expecting '.' or '='
|
||||||
|
|
||||||
at /etc/nixos/configuration.nix:15:2:
|
at /etc/nixos/configuration.nix:13:7:
|
||||||
|
|
||||||
14| # Colours
|
12| BORDER_WIDTH_INT = 2;
|
||||||
15| BG = "282828";
|
13| test error
|
||||||
| ^
|
| ^
|
||||||
16| BG0_H = "1d2021";
|
14| # Colours
|
||||||
|
Loading…
x
Reference in New Issue
Block a user