From c4058e8102594b96e20645098a1d0a780313a26a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Mon, 17 Jun 2024 17:01:05 +0200 Subject: [PATCH] rebuild: Fix not working on light theme Now I see how this kind of cursed issues arrive... --- os/rebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/rebuild.sh b/os/rebuild.sh index 2c69f36..7fa3243 100644 --- a/os/rebuild.sh +++ b/os/rebuild.sh @@ -21,7 +21,7 @@ rm -rf "$tmpdir" nvd diff /nix/var/nix/profiles/system "$toplevel" # Figure out specialisation -specialisationArgs="" +specialisationArgs=() currentSystem="$(readlink /run/current-system)" while read -r specialisation do