From 18d18ff69399c92539d66bf413d0e4dcbe1f69f2 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Wed, 26 Nov 2025 20:25:28 +0530 Subject: [PATCH] fix: change hyprmonitors fetch method to https --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 3c2c98e2..9163a3a1 100644 --- a/flake.nix +++ b/flake.nix @@ -195,7 +195,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; hyprmonitors = { - url = "git+ssh://gitea@git.darksailor.dev/servius/hyprmonitors"; + url = "https://git.darksailor.dev/servius/hyprmonitors"; # url = "path:/home/servius/Projects/hyprmonitors"; inputs.nixpkgs.follows = "nixpkgs"; };