Compare commits

..

2 Commits

Author SHA1 Message Date
c16338fa6e update gitignore 2025-07-21 13:40:30 -04:00
caa300b2a7 fix flake to properly run the client 2025-07-21 13:40:06 -04:00
2 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@@ -30,3 +30,6 @@ go.work.sum
# Vscode directory # Vscode directory
.vscode/ .vscode/
# Nix results
result/

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;