From bef974eda7b8a8d83574d4a3b7dc5730444cdc19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Sun, 8 Sep 2024 22:21:22 +0200 Subject: [PATCH 1/2] build(darwin): add nescesarry apple_sdk packages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index e33349c..eb3c1f6 100644 --- a/flake.nix +++ b/flake.nix @@ -109,6 +109,8 @@ ++ lib.optionals pkgs.stdenv.isDarwin [ # Additional darwin specific inputs can be set here pkgs.libiconv + pkgs.darwin.apple_sdk.frameworks.Security + pkgs.darwin.apple_sdk.frameworks.SystemConfiguration ]; # Additional environment variables can be set directly From 0a7cf9f016c31fd3a52f7c0c6fd530860aedb724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Mon, 9 Sep 2024 07:50:42 +0200 Subject: [PATCH 2/2] fix: use our own forgejo actions repo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- .forgejo/workflows/conventional-commits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/conventional-commits.yml b/.forgejo/workflows/conventional-commits.yml index c833d68..795cfa3 100644 --- a/.forgejo/workflows/conventional-commits.yml +++ b/.forgejo/workflows/conventional-commits.yml @@ -17,4 +17,4 @@ jobs: runs-on: native steps: - uses: actions/checkout@v4 - - uses: https://github.com/webiny/action-conventional-commits@v1.3.0 + - uses: actions/action-conventional-commits@v1.3.0