mirror of
https://codeberg.org/demostf/inspector.git
synced 2026-06-03 18:14:08 +02:00
updates
This commit is contained in:
parent
f42df09863
commit
4cfd28ccd3
11 changed files with 687 additions and 1198 deletions
16
nix/modules.nix
Normal file
16
nix/modules.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
importNpmLock,
|
||||
demo-inspector-wasm,
|
||||
nodejs,
|
||||
}: importNpmLock.buildNodeModules {
|
||||
npmRoot = ../www;
|
||||
derivationArgs = {
|
||||
npmDeps = importNpmLock {
|
||||
npmRoot = ../www;
|
||||
packageSourceOverrides = {
|
||||
"node_modules/demo-inspector" = demo-inspector-wasm;
|
||||
};
|
||||
};
|
||||
};
|
||||
inherit nodejs;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue