git.delta.rocks / fleet / refs/commits / 2a48f3899c28

difftreelog

build use git for remowt

yowyooupYaroslav Bolyukin2026-06-15parent: #78bc918.patch.diff

2 files changed

modifiedflake.lockdiffbeforeafterboth
188 ]188 ]
189 },189 },
190 "locked": {190 "locked": {
191 "lastModified": 1781491431,191 "lastModified": 1781491763,
192 "ref": "refs/heads/trunk",
192 "rev": "c8dca760c1f13e8b65677bac7b21abb487d745c0",193 "rev": "8b18e8b236d428ed8fbf5818272d17f5f538c13c",
193 "revCount": 40,194 "revCount": 40,
194 "type": "git",195 "type": "git",
195 "url": "file:/home/lach/build/remowt-agents"196 "url": "https://gerrit.delta.rocks/remowt"
196 },197 },
197 "original": {198 "original": {
198 "type": "git",199 "type": "git",
199 "url": "file:/home/lach/build/remowt-agents"200 "url": "https://gerrit.delta.rocks/remowt"
200 }201 }
201 },202 },
202 "root": {203 "root": {
modifiedflake.nixdiffbeforeafterboth
--- a/flake.nix
+++ b/flake.nix
@@ -24,7 +24,7 @@
       inputs.nixpkgs.follows = "nixpkgs";
     };
     remowt-agents = {
-      url = "git+file:/home/lach/build/remowt-agents";
+      url = "git+https://gerrit.delta.rocks/remowt";
       inputs.nixpkgs.follows = "nixpkgs";
       inputs.flake-parts.follows = "flake-parts";
       inputs.crane.follows = "crane";