diff options
| -rw-r--r-- | flake.lock | 12 | ||||
| -rw-r--r-- | flake.nix | 2 |
2 files changed, 7 insertions, 7 deletions
@@ -156,17 +156,17 @@ ] }, "locked": { - "lastModified": 1766962512, - "narHash": "sha256-7vdRCqpsXGnZNOOujznFwO7435A45JXyl1d1OPXd/Fc=", + "lastModified": 1766965853, + "narHash": "sha256-WF5TiwiR9LQy/gwH+JrEZjfnUa9eU7OjVr6HpGx3s80=", "ref": "refs/heads/master", - "rev": "16d918ac65bd9bc6de8cf2b35e9389f767442d04", - "revCount": 4, + "rev": "cbf34860750f6ea8447549c688586e593a596118", + "revCount": 5, "type": "git", - "url": "https://git.tjkeller.xyz/hm-reposync" + "url": "git://git.tjkeller.xyz/hm-reposync" }, "original": { "type": "git", - "url": "https://git.tjkeller.xyz/hm-reposync" + "url": "git://git.tjkeller.xyz/hm-reposync" } }, "root": { @@ -17,7 +17,7 @@ rec { inputs.nixpkgs.follows = "nixpkgs"; }; reposync = { - url = "git+https://git.tjkeller.xyz/hm-reposync"; + url = "git://git.tjkeller.xyz/hm-reposync"; inputs.nixpkgs.follows = "nixpkgs"; }; }; |
