From 6304a4890b1316c809d9e5081fafee880583e6cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Thu, 27 Mar 2025 22:49:28 +0100 Subject: [PATCH] fix: sourcehut did not allow cloning from https --- sourcehut.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sourcehut.nix b/sourcehut.nix index 9d8e4c1..957473c 100644 --- a/sourcehut.nix +++ b/sourcehut.nix @@ -4,6 +4,8 @@ let fqdn = "sourcehut.${base-domain}"; in { + # workaround: https://github.com/NixOS/nixpkgs/issues/317865 + programs.git.config.safe.directory = "*"; services.sourcehut = { enable = true; meta = {