Deployment and lifecycle management for Nix
0
fork

Configure Feed

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

fix(client): only keep build references on darwin

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