summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock12
-rw-r--r--flake.nix2
2 files changed, 7 insertions, 7 deletions
diff --git a/flake.lock b/flake.lock
index 1d84c94..19e53c8 100644
--- a/flake.lock
+++ b/flake.lock
@@ -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": {
diff --git a/flake.nix b/flake.nix
index 34a867c..c5e22c6 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";
};
};