No description
Find a file
2024-06-04 12:14:44 +08:00
chat-signaling-server cargo fmt 2024-06-04 12:14:44 +08:00
signaling first implementation 2024-05-29 18:49:28 +08:00
.dockerignore update ignore files 2024-06-04 11:30:25 +08:00
.envrc use flake by default 2024-06-04 11:30:13 +08:00
.gitignore update ignore files 2024-06-04 11:30:25 +08:00
Cargo.lock version update 2024-06-04 11:36:18 +08:00
Cargo.nix version update 2024-06-04 11:36:18 +08:00
Cargo.toml first implementation 2024-05-29 18:49:28 +08:00
crate2nix.nix use flake by default 2024-06-04 11:30:13 +08:00
default.nix version update 2024-06-04 11:36:18 +08:00
docker-image.nix build everything with nix, and fast 2024-05-29 20:11:04 +08:00
Dockerfile add dockerfiles 2024-05-30 02:07:52 +08:00
Dockerfile.alpine add dockerfiles 2024-05-30 02:07:52 +08:00
extra-tools.nix first implementation 2024-05-29 18:49:28 +08:00
flake.lock use flake by default 2024-06-04 11:30:13 +08:00
flake.nix use flake by default 2024-06-04 11:30:13 +08:00
kopium.nix first implementation 2024-05-29 18:49:28 +08:00
project-config.nix use flake by default 2024-06-04 11:30:13 +08:00
README.md update readme 2024-05-29 20:12:18 +08:00
shell.nix build everything with nix, and fast 2024-05-29 20:11:04 +08:00

用 rust 复刻 https://git.jeffthecoder.xyz/public/chat-signaling-server

构建

docker load -i $(nix-build --expr  '(import <nixpkgs> {}).callPackage ./docker-image.nix {}')