server compiles

This commit is contained in:
Henri Bourcereau 2023-10-29 20:48:53 +01:00
parent e9d4f04044
commit 5c82560d76
9 changed files with 3537 additions and 64 deletions

View file

@ -4,8 +4,9 @@
# https://devenv.sh/basics/
# env.GREET = "devenv";
# https://devenv.sh/packages/
packages = [ pkgs.git pkgs.git-bug ];
packages = [
pkgs.alsaLib pkgs.udev # for bevy
];
# enterShell = ''
# hello