From 73abb4c2d22b9cc446ab0ccd9a13b3d0c1c968ba Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Mon, 17 Jul 2023 10:18:13 +0200
Subject: [PATCH] fix: wrong path

---
 flake.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flake.nix b/flake.nix
index 5853d0f..f34ddcb 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
-- 
GitLab