mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-29 20:39:56 +00:00
Nix: only build src
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user