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
{
default = pkgs.buildGoModule {
pname = "orphanage-client";
pname = "client";
inherit version;
src = ./client;
vendorHash = null;