mirror of
https://gitlab.com/TECHNOFAB/nixtest.git
synced 2026-02-02 03:15:12 +01:00
chore(flake): enable go hardening workaround
This commit is contained in:
parent
b2fb77ecc9
commit
22b43c9fe8
1 changed files with 5 additions and 2 deletions
|
|
@ -36,9 +36,12 @@
|
||||||
};
|
};
|
||||||
devenv.shells.default = {
|
devenv.shells.default = {
|
||||||
containers = pkgs.lib.mkForce {};
|
containers = pkgs.lib.mkForce {};
|
||||||
packages = with pkgs; [gopls gore go-junit-report];
|
packages = with pkgs; [gore go-junit-report];
|
||||||
|
|
||||||
languages.go.enable = true;
|
languages.go = {
|
||||||
|
enable = true;
|
||||||
|
enableHardeningWorkaround = true;
|
||||||
|
};
|
||||||
|
|
||||||
pre-commit.hooks = {
|
pre-commit.hooks = {
|
||||||
treefmt = {
|
treefmt = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue