dev env via flake.nix
This commit is contained in:
parent
9bbe58a274
commit
eac6ffed70
2 changed files with 50 additions and 0 deletions
9
Makefile
Normal file
9
Makefile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
shell:
|
||||
# devenv shell
|
||||
nix develop
|
||||
startserver:
|
||||
cargo run --bin=server
|
||||
startclient1:
|
||||
cargo run --bin=client Titi
|
||||
startclient2:
|
||||
cargo run --bin=client Tutu
|
||||
Loading…
Add table
Add a link
Reference in a new issue