Skip to content

Commit 7bebd55

Browse files
mbeutelspacherananthakumaran
authored andcommitted
fix(nix): move CGO_ENABLED to env attribute set
1 parent c8b7293 commit 7bebd55

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

flake.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030

3131
vendorHash = "sha256-5jrxI+zSKbopGs5GmGVyqQcMHNZJbCsiFEH/LPXWxpk=";
3232

33-
CGO_ENABLED = 1;
33+
env = {
34+
CGO_ENABLED = 1;
35+
};
3436

3537
doCheck = false;
3638

0 commit comments

Comments
 (0)