Deployment and lifecycle management for Nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(client): darwin nix build

+2
+2
nix/client-package.nix
··· 31 31 darwin.apple_sdk.frameworks.SystemConfiguration 32 32 ]; 33 33 34 + doNotRemoveReferencesToVendorDir = true; 35 + 34 36 meta.mainProgram = "sower"; 35 37 } 36 38 )