[Nix-dev] Using nix to produce distributable binaries?
Vladimír Čunát
vcunat at gmail.com
Thu Aug 20 16:44:03 CEST 2015
Hello.
On 08/20/2015 04:18 PM, Tom Ridge wrote:
> What is the recommended best practice for releasing binaries using nix?
> How can I remove the dependencies on the nix store?
I'd patch the shebangs just by a sed command or something similar.
Binaries can be handled by patchelf.
Anyway, for start I'd try to set dontPatchELF = true; and
dontPatchShebangs = true; in the nix expression. That might kill both
cases by itself.
Vladimir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3771 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.science.uu.nl/pipermail/nix-dev/attachments/20150820/b7e2f217/attachment.bin
More information about the nix-dev
mailing list