[Nix-dev] Best way to install nix packages from github repo
Daniel Hlynskyi
abcz2.uprola at gmail.com
Sat Jun 25 18:38:45 CEST 2016
All approaches listed here share common pitfall - you have to download not
only latest Nixpkgs tarball, but whole new stdenv and co to use that 1
package.
But often cherry-picking that new package and deps to local Nixpkgs is the
only thing required, without all of that updated stdenv.
I see replaceRuntimeDependencies and nbp's approache for quickfix packages
as a step toward nice solution to this problem. But haven't used them yet.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.science.uu.nl/pipermail/nix-dev/attachments/20160625/9f847d28/attachment.html>
More information about the nix-dev
mailing list