made backend database url configurable through cli

This commit is contained in:
2025-12-31 18:03:17 +01:00
parent fa40aa404d
commit 1ebec422d6
5 changed files with 11 additions and 7 deletions

View File

@@ -17,7 +17,7 @@
in {
packages.default = pkgs.rustPlatform.buildRustPackage {
pname = "chatapp";
version = "0.1.0";
version = "0.2.0";
# Point to the backend subdirectory
src = ./backend;