From fffa0a4cae7e1516ee28cc614d0d23feee6efe25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Thu, 27 Mar 2025 22:27:12 +0100 Subject: [PATCH 1/2] update all flakes --- flake.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 5413db9..7fd3990 100644 --- a/flake.lock +++ b/flake.lock @@ -34,11 +34,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1724316499, - "narHash": "sha256-Qb9MhKBUTCfWg/wqqaxt89Xfi6qTD3XpTzQ9eXi3JmE=", + "lastModified": 1735563628, + "narHash": "sha256-OnSAY7XDSx7CtDoqNh8jwVwh4xNL/2HaJxGjryLWzX8=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "797f7dc49e0bc7fab4b57c021cdf68f595e47841", + "rev": "b134951a4c9f3c995fd7be05f3243f8ecd65d798", "type": "github" }, "original": { @@ -93,11 +93,11 @@ "utils": "utils" }, "locked": { - "lastModified": 1718084203, - "narHash": "sha256-Cx1xoVfSMv1XDLgKg08CUd1EoTYWB45VmB9XIQzhmzI=", + "lastModified": 1734885828, + "narHash": "sha256-G0fB1YBlkalu8lLGRB07K8CpUWNVd+unfrjNomSL7SM=", "owner": "simple-nixos-mailserver", "repo": "nixos-mailserver", - "rev": "29916981e7b3b5782dc5085ad18490113f8ff63b", + "rev": "636b82f4175e3f6b1e80d2189bb0469e2ae01a55", "type": "gitlab" }, "original": { 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 2/2] 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 = {