rebuild: Fix not working on light theme

Now I see how this kind of cursed issues arrive...
This commit is contained in:
Geoffrey Frogeye 2024-06-17 17:01:05 +02:00
parent aa5847ec76
commit c4058e8102
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8

View file

@ -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