From 5a819b2adc8852a3a09c08350340bcbc0fe06e69 Mon Sep 17 00:00:00 2001 From: Fabien Freling Date: Fri, 29 Sep 2023 13:58:49 +0200 Subject: [PATCH] add zig --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index a2b39c2..0fe3a10 100644 --- a/flake.nix +++ b/flake.nix @@ -49,6 +49,9 @@ gtk3 pcre libepoxy + + # Zig / webAssembly impl. + zig ]; # see: https://discourse.nixos.org/t/flutter-run-d-linux-build-process-failed/16552/2