Compare commits

..

2 commits

Author SHA1 Message Date
7f09408f34
wow 2026-07-26 03:34:38 +09:00
cec6033064
wow 2026-07-26 03:34:27 +09:00
2 changed files with 3 additions and 3 deletions

4
flake.lock generated
View file

@ -9,11 +9,11 @@
"rev": "ccf6ae792e57d1c713119286586436d5be63e07e", "rev": "ccf6ae792e57d1c713119286586436d5be63e07e",
"revCount": 2, "revCount": 2,
"type": "git", "type": "git",
"url": "file:///home/imnyang/workspaces/git/imnyang/amia" "url": "ssh://forgejo@mizuki.guru/imnyang/amia"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "file:///home/imnyang/workspaces/git/imnyang/amia" "url": "ssh://forgejo@mizuki.guru/imnyang/amia"
} }
}, },
"brew-src": { "brew-src": {

View file

@ -81,7 +81,7 @@
# Git source filtering keeps config.toml and state.json out of the Nix store. # Git source filtering keeps config.toml and state.json out of the Nix store.
amiaBot = { amiaBot = {
url = "git+file:///home/imnyang/workspaces/git/imnyang/amia"; url = "git+ssh://forgejo@mizuki.guru/imnyang/amia";
flake = false; flake = false;
}; };
}; };