Skip to content

Commit 18d18ff

Browse files
committed
fix: change hyprmonitors fetch method to https
1 parent b555cbe commit 18d18ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
inputs.nixpkgs.follows = "nixpkgs";
196196
};
197197
hyprmonitors = {
198-
url = "git+ssh://gitea@git.darksailor.dev/servius/hyprmonitors";
198+
url = "https://git.darksailor.dev/servius/hyprmonitors";
199199
# url = "path:/home/servius/Projects/hyprmonitors";
200200
inputs.nixpkgs.follows = "nixpkgs";
201201
};

0 commit comments

Comments
 (0)