mirror of
https://codeberg.org/demostf/inspector.git
synced 2026-06-03 18:14:08 +02:00
26.05
This commit is contained in:
parent
f54f0c7083
commit
d33a09f8e5
4 changed files with 23 additions and 23 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
stdenv,
|
||||
nodejs_20,
|
||||
nodejs,
|
||||
demo-inspector-node-modules,
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
|
|
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
src = ../www;
|
||||
|
||||
nativeBuildInputs = [nodejs_20];
|
||||
nativeBuildInputs = [nodejs];
|
||||
buildPhase = ''
|
||||
cp -r ${demo-inspector-node-modules}/node_modules ./node_modules
|
||||
npm run build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue