From 4f35747f51349e16cdb2b21964f514e9ccf12405 Mon Sep 17 00:00:00 2001 From: Asmir A Date: Tue, 7 May 2024 16:35:50 +0200 Subject: [PATCH] flake: set new zremap repo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1109459..63e7c5c 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ }; zremap = { - url = "gitlab:asmir.abdulahovic/zremap"; + url = "git+https://git.project-cloud.net/asmir/zremap"; inputs.nixpkgs.follows = "nixpkgs"; };