From df0e78d9ba1e14c3fb20a0e245cb12d6400892d4 Mon Sep 17 00:00:00 2001 From: Gregor Lohaus Date: Tue, 2 Jun 2026 12:03:42 +0200 Subject: [PATCH] mobile -> string --- template/devenv.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/devenv.yaml b/template/devenv.yaml index fe1413a..7b2da76 100644 --- a/template/devenv.yaml +++ b/template/devenv.yaml @@ -1,4 +1,4 @@ -<@if(context.project.mobile.expo)> +<@if(eq(context.project.mobile,"expo"))> nixpkgs: allowUnfree: true <@endif>