mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-23 09:00:51 +00:00
tailscale-gitops-pusher: fix CGO_ENABLED inheritance
This commit is contained in:
@@ -9,10 +9,13 @@ buildGo123Module {
|
||||
version
|
||||
src
|
||||
vendorHash
|
||||
CGO_ENABLED
|
||||
;
|
||||
pname = "tailscale-gitops-pusher";
|
||||
|
||||
env = {
|
||||
inherit (tailscale) CGO_ENABLED;
|
||||
};
|
||||
|
||||
subPackages = [
|
||||
"cmd/gitops-pusher"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user