hack for player-lobby and Res<Player> race?

This commit is contained in:
Tao Tien 2026-02-08 23:47:57 -08:00
parent 9f6a5b6423
commit 2b3a062d74
34 changed files with 521 additions and 1330 deletions

View file

@ -1,17 +1,29 @@
{
pkgs,
lib,
config,
inputs,
...
}: rec {
# https://devenv.sh/processes/
processes.spacetimedb_start.exec = "spacetime start";
processes.spacetimedb_generate_bindings = {
exec = "spacetime dev --module-bindings-path jong/src/stdb jongline --delete-data=always";
# notify.enable = true;
# TODO features not yet supp???
# restart = "always";
# watch = {
# paths = [./jong];
# };
};
# https://devenv.sh/packages/
packages = with pkgs; [
# process-compose
pkg-config
# spacetimedb
openssl
binaryen
spacetimedb
# bevy Linux
# Audio (Linux only)
@ -41,10 +53,9 @@
components = ["rust-src" "rust-docs" "rustc-codegen-cranelift" "rust-analyzer" "rustfmt"];
};
# https://devenv.sh/processes/
processes.spacetimedb_start.exec = "spacetime start";
processes.spacetimedb_generate_bindings = {
exec = "spacetime dev --module-bindings-path jong/src/stdb jongline --delete-data=always";
process.manager.implementation = "mprocs";
process.managers.mprocs.settings = {
server = "127.0.0.1:4050";
};
# https://devenv.sh/services/