diff --git a/flake.nix b/flake.nix index 5853d0fbbf80db727bdda14117fc83cb84060c5b..f34ddcb051ca52df246d2bf621c7d90fdf7d9d64 100644 --- a/flake.nix +++ b/flake.nix @@ -42,7 +42,7 @@ version = pversion; # In 'nix develop', we don't need a copy of the source tree # in the Nix store. - src = ././application/source; + src = ./.; # This hash locks the dependencies of this package. It is # necessary because of how Go requires network access to resolve