[Nix-dev] What is the end game?
Peter Simons
simons at cryp.to
Sun Aug 30 20:09:45 CEST 2015
Hi Daniel,
> What if binutils had a release.nix in its repo? How about gcc or
> clang? What would the expressions look like in nixpkgs?
the expressions in Nixpkgs would look exactly like they do today, i.e.
they download a release tarball and build it. The binutils release.nix
file would then customize those expressions with overrideDerivation or
some other appropriate mechanism to build developer versions instead,
i.e. by switching the 'src' location to a Git repository etc.
Best regards,
Peter
More information about the nix-dev
mailing list