[Nix-dev] Tex rebuild after unstable update
Eelco Dolstra
eelco.dolstra at logicblox.com
Mon Jul 27 17:26:30 CEST 2015
Hi,
On 27/07/15 15:16, Matthias Beyer wrote:
> oh, that's sad. Can I somehow pin the local package to a specific
> commit in the nixpkgs tree?
You can probably do something like (untested):
environment.systemPackages = [
(import (fetchTarball
https://github.com/NixOS/nixpkgs-channels/archive/3b8e2f7e7a69a3a53a0cb8029973055763b6e309.tar.gz)
{}).texlive
];
You can also install texlive using nix-env - that way it won't be updated along
with the rest of the system.
--
Eelco Dolstra | LogicBlox, Inc. | http://nixos.org/~eelco/
More information about the nix-dev
mailing list