rebuild: Fix not working on light theme
Now I see how this kind of cursed issues arrive...
This commit is contained in:
parent
aa5847ec76
commit
c4058e8102
|
@ -21,7 +21,7 @@ rm -rf "$tmpdir"
|
||||||
nvd diff /nix/var/nix/profiles/system "$toplevel"
|
nvd diff /nix/var/nix/profiles/system "$toplevel"
|
||||||
|
|
||||||
# Figure out specialisation
|
# Figure out specialisation
|
||||||
specialisationArgs=""
|
specialisationArgs=()
|
||||||
currentSystem="$(readlink /run/current-system)"
|
currentSystem="$(readlink /run/current-system)"
|
||||||
while read -r specialisation
|
while read -r specialisation
|
||||||
do
|
do
|
||||||
|
|
Loading…
Reference in a new issue