287 current 2024-08-17 11:33:49 24.05.3642.883180e6550c 6.6.44 *
This commit is contained in:
parent
77d5546623
commit
dc0d9e2edf
@ -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;
|
||||||
this will fail to rebuild
|
this will fail to switch rebuild
|
||||||
# Colours
|
# Colours
|
||||||
BG = "282828";
|
BG = "282828";
|
||||||
BG0_H = "1d2021";
|
BG0_H = "1d2021";
|
||||||
|
@ -8,6 +8,6 @@ git commit -m "$gen"
|
|||||||
if (cat nixos-switch.log | grep error = ""); then
|
if (cat nixos-switch.log | grep error = ""); then
|
||||||
git push
|
git push
|
||||||
else
|
else
|
||||||
echo "\033[0;31m There was an error in your Nix Config, please fix it before you push to git \033[0m
|
echo "There was an error in your Nix Config, please fix it before you push to git"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ error:
|
|||||||
at /etc/nixos/configuration.nix:13:7:
|
at /etc/nixos/configuration.nix:13:7:
|
||||||
|
|
||||||
12| BORDER_WIDTH_INT = 2;
|
12| BORDER_WIDTH_INT = 2;
|
||||||
13| this will fail to rebuild
|
13| this will fail to switch rebuild
|
||||||
| ^
|
| ^
|
||||||
14| # Colours
|
14| # Colours
|
||||||
building Nix...
|
building Nix...
|
||||||
@ -54,7 +54,7 @@ error:
|
|||||||
at /etc/nixos/configuration.nix:13:7:
|
at /etc/nixos/configuration.nix:13:7:
|
||||||
|
|
||||||
12| BORDER_WIDTH_INT = 2;
|
12| BORDER_WIDTH_INT = 2;
|
||||||
13| this will fail to rebuild
|
13| this will fail to switch rebuild
|
||||||
| ^
|
| ^
|
||||||
14| # Colours
|
14| # Colours
|
||||||
building the system configuration...
|
building the system configuration...
|
||||||
@ -84,6 +84,6 @@ error:
|
|||||||
at /etc/nixos/configuration.nix:13:7:
|
at /etc/nixos/configuration.nix:13:7:
|
||||||
|
|
||||||
12| BORDER_WIDTH_INT = 2;
|
12| BORDER_WIDTH_INT = 2;
|
||||||
13| this will fail to rebuild
|
13| this will fail to switch rebuild
|
||||||
| ^
|
| ^
|
||||||
14| # Colours
|
14| # Colours
|
||||||
|
Loading…
x
Reference in New Issue
Block a user