From 8748df6559eec0d5045bb84d7fb1f42422de5b92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20B=C3=A4rtschi?= Date: Sun, 9 Mar 2025 12:19:39 +0100 Subject: [PATCH] upsi --- nix/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/package.nix b/nix/package.nix index 684446b..14f6846 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -4,7 +4,7 @@ inherit version; # In 'nix develop', we don't need a copy of the source tree # in the Nix store. - src = ./.; + src = ./..; # This hash locks the dependencies of this package. It is # necessary because of how Go requires network access to resolve