Skip to content
Snippets Groups Projects
Verified Commit 73abb4c2 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: wrong path

parent 01448530
Branches
Tags
No related merge requests found
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
version = pversion; version = pversion;
# In 'nix develop', we don't need a copy of the source tree # In 'nix develop', we don't need a copy of the source tree
# in the Nix store. # in the Nix store.
src = ././application/source; src = ./.;
# This hash locks the dependencies of this package. It is # This hash locks the dependencies of this package. It is
# necessary because of how Go requires network access to resolve # necessary because of how Go requires network access to resolve
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment