From e86bfb7a6b362ca1f3a802f60424ed76acf6afcf Mon Sep 17 00:00:00 2001 From: Rory& Date: Tue, 7 Oct 2025 15:47:58 +0200 Subject: [PATCH] Nix: only build src --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index c459422d..ea784cc2 100644 --- a/flake.nix +++ b/flake.nix @@ -39,6 +39,7 @@ src = ./.; nativeBuildInputs = with pkgs; [ python3 ]; npmDepsHash = hashesFile.npmDepsHash; + npmBuildScript = "build:src"; makeCacheWritable = true; postPatch = '' substituteInPlace package.json --replace 'npx patch-package' '${pkgs.nodePackages.patch-package}/bin/patch-package'