From 6e6125155247ae53acc1f40e96851e64953a8ea0 Mon Sep 17 00:00:00 2001 From: Enclave Bot Date: Mon, 8 Dec 2025 13:16:54 +0000 Subject: [PATCH] chore: sync shared config from shared-config repo --- .github/workflows/release.yml | 4 ++-- flake.nix | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5ccabeb..d5df36a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: # Commit all changes together git config user.name "Enclave Bot" - git config user.email "enclave-automation@marvin-fuchs.de" + git config user.email "automation@enclave-runner.de" git add . git commit -m "chore: bump version to $VERSION" git push origin main @@ -59,7 +59,7 @@ jobs: if: steps.version.outputs.hasNextVersion == 'true' run: | git config user.name "Enclave Bot" - git config user.email "enclave-automation@marvin-fuchs.de" + git config user.email "automation@enclave-runner.de" git tag ${{ steps.version.outputs.version }} git push origin ${{ steps.version.outputs.version }} diff --git a/flake.nix b/flake.nix index 8168936..a4253c4 100644 --- a/flake.nix +++ b/flake.nix @@ -22,12 +22,15 @@ devShells = forEachSupportedSystem ({ pkgs }: { default = pkgs.mkShell { + hardeningDisable = [ "fortify" ]; + packages = with pkgs; [ # go (version is specified by overlay) go # goimports, godoc, etc. gotools + delve # https://github.com/golangci/golangci-lint golangci-lint