fix(dev): enable go hardening workaround

This commit is contained in:
kolaente
2025-06-19 12:42:08 +00:00
parent a43384a09e
commit 4e1883b166

View File

@@ -7,7 +7,7 @@ in {
find node_modules/.pnpm/sass-embedded-linux-*/node_modules/sass-embedded-linux-*/dart-sass/src -name dart -print0 | xargs -I {} -0 patchelf --set-interpreter "$(<$NIX_CC/nix-support/dynamic-linker)" {}
'';
packages = with pkgs-unstable; [
packages = with pkgs-unstable; [
# General tools
git-cliff
actionlint
@@ -34,6 +34,7 @@ in {
go = {
enable = true;
package = pkgs-unstable.go;
enableHardeningWorkaround = true;
};
};