Nix: only build src

This commit is contained in:
Rory& 2025-10-07 15:47:58 +02:00
parent e9b46fc2e7
commit e86bfb7a6b

View File

@ -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'