about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--flake.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 0d69e47..1764164 100644
--- a/flake.nix
+++ b/flake.nix
@@ -18,7 +18,12 @@
     naersk.url = "git+https://github.com/nix-community/naersk";
     naersk.inputs.nixpkgs.follows = "nixpkgs-unstable";
 
-    hefe-internal.url = "git+ssh://gitea@git.emile.space/hanemile/hefe-internal.git?ref=main";
+    # hefe-internal.url = "git+ssh://gitea@git.emile.space/hanemile/hefe-internal.git?ref=main";
+
+    # nix registry add flake:mylocalrepo git+file:///path/to/local/repo
+    # nix registry list
+    # hefe-internal.url = "flake:mylocalrepo";
+    hefe-internal.url = "git+file:///Users/emile/Documents/hefe-internal";
   };
 
   outputs = {