mirror of
https://codeberg.org/demostf/inspector.git
synced 2026-06-03 18:14:08 +02:00
gameevent fixes
This commit is contained in:
parent
b522666665
commit
dd836eab95
10 changed files with 9424 additions and 3414 deletions
|
|
@ -40,13 +40,12 @@
|
|||
nodejs_20
|
||||
node2nix
|
||||
wasm-bindgen-cli
|
||||
json-schema-to-typescript
|
||||
];
|
||||
};
|
||||
|
||||
packages = rec {
|
||||
wasm = pkgs.demo-inspector-wasm;
|
||||
node_modules = pkgs.demo-inspector-node-modules;
|
||||
demo-inspector = pkgs.demo-inspector;
|
||||
inherit (pkgs) json-schema-to-typescript demo-inspector demo-inspector-wasm demo-inspector-node-modules;
|
||||
default = demo-inspector;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue