diff --git a/flake.lock b/flake.lock index 0f3c700..cda6a33 100644 --- a/flake.lock +++ b/flake.lock @@ -9,11 +9,11 @@ "rev": "ccf6ae792e57d1c713119286586436d5be63e07e", "revCount": 2, "type": "git", - "url": "file:///home/imnyang/workspaces/git/imnyang/amia" + "url": "ssh://forgejo@mizuki.guru/imnyang/amia" }, "original": { "type": "git", - "url": "file:///home/imnyang/workspaces/git/imnyang/amia" + "url": "ssh://forgejo@mizuki.guru/imnyang/amia" } }, "brew-src": { diff --git a/flake.nix b/flake.nix index 810648d..3981714 100644 --- a/flake.nix +++ b/flake.nix @@ -81,7 +81,7 @@ # Git source filtering keeps config.toml and state.json out of the Nix store. amiaBot = { - url = "git+file:///home/imnyang/workspaces/git/imnyang/amia"; + url = "git+ssh://forgejo@mizuki.guru/imnyang/amia"; flake = false; }; };