From 663c89148bf4faf244eb93782716f06a986ba317 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 15 Jun 2024 12:28:17 -0400 Subject: [PATCH] nix: Replace boolean with string for sessionVariables Fixes an issue where booleans aren't supported here. --- phone/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phone/configuration.nix b/phone/configuration.nix index 0e35959e..f0ad0f3d 100644 --- a/phone/configuration.nix +++ b/phone/configuration.nix @@ -6,7 +6,7 @@ in { environment = { sessionVariables = { - LIBGL_ALWAYS_SOFTWARE = true; + LIBGL_ALWAYS_SOFTWARE = "true"; }; shells = with pkgs; [