fix flake to properly run the client

This commit is contained in:
2025-07-21 13:40:06 -04:00
parent 3a47fa6706
commit caa300b2a7

View File

@@ -20,7 +20,7 @@
in in
{ {
default = pkgs.buildGoModule { default = pkgs.buildGoModule {
pname = "orphanage-client"; pname = "client";
inherit version; inherit version;
src = ./client; src = ./client;
vendorHash = null; vendorHash = null;