From fc9ed90e323212d00c0c683a86837dbf66cb97ab Mon Sep 17 00:00:00 2001 From: Amy Yan Date: Mon, 9 Sep 2024 14:24:40 +1000 Subject: [PATCH] fix: added patch-package to flake --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index af1b2967..489d3465 100644 --- a/flake.nix +++ b/flake.nix @@ -37,6 +37,7 @@ mkdir --parents "$(pwd)/tmp" export PATH="$(pwd)/dist/bin:$(npm root)/.bin:$PATH" npm install --ignore-scripts + npx patch-package set +v ''; };