Hello, As some of you might be aware of, I built support for Emacs' package manager package.el into Nix. This is accomplished just like with node & python (a helper script generates a nix file) based on the repository's contents.
Unfortunately, package.el repositories don't keep old versions. If a package is updated, the old version is deleted. This is obviously problematic with Nix. My question is: What's the best way to handle this? I personally have no problem hosting a mirror which keeps old versions, but I want to ask if you guys have other suggestions. Cheers, Moritz _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
