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
after · flake.lock
15 packageslockfile v7
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";