From d0df1a198b0e9f66b02003c8162832ede5e905fa Mon Sep 17 00:00:00 2001 From: Elec3137 Date: Sun, 1 Feb 2026 17:12:26 -0800 Subject: [PATCH] try to use generate script the script fails with: Couldn't resolve the package 'ffigen' in 'package:ffigen/ffigen.dart'. Couldn't resolve the package 'path' in 'package:path/path.dart'. --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index c4d1da3..0e5e7c8 100644 --- a/flake.nix +++ b/flake.nix @@ -84,6 +84,11 @@ flyer_chat_text_message = "sha256-4fuag7lRH5cMBFD3fUzj2K541JwXLoz8HF/4OMr3uhk="; window_size = "sha256-XelNtp7tpZ91QCEcvewVphNUtgQX7xrp5QP0oFo6DgM="; }; + + patchPhase = /* sh */ '' + patchShebangs ./scripts/generate.sh + ./scripts/generate.sh # note: this doesn't quit the build on fail + ''; }; }; };