This commit is contained in:
Hadi 2024-06-20 15:16:28 +02:00
parent 56b09db387
commit 83252b0da5

View File

@ -14,7 +14,7 @@
buildInputs = with pkgs; [ nodejs ];
buildPhase = ''
npm install
npm install --legacy-peer-deps
npm run build
'';