tailscale-gitops-pusher: fix CGO_ENABLED inheritance

This commit is contained in:
Yueh-Shun Li
2024-11-28 14:11:34 +08:00
parent 6906681493
commit 44defef51c

View File

@@ -9,10 +9,13 @@ buildGo123Module {
version
src
vendorHash
CGO_ENABLED
;
pname = "tailscale-gitops-pusher";
env = {
inherit (tailscale) CGO_ENABLED;
};
subPackages = [
"cmd/gitops-pusher"
];