flake: disable CGO in dev shell

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2025-11-11 21:37:44 +01:00 committed by Kristoffer Dalby
parent 2aa5b8b68d
commit 75e24de7bd

View File

@ -214,6 +214,7 @@
shellHook = ''
export PATH="$PWD/result/bin:$PATH"
export CGO_ENABLED=0
'';
};