mirror of
https://gitlab.com/TECHNOFAB/nixtest.git
synced 2025-12-12 02:00:18 +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 = {
|
||||
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 = {
|
||||
treefmt = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue