Re: [Nix-dev] NIXPKGS environment variable in nixos-rebuild

2011-07-20 Thread Lluís Batlle i Rossell
On Wed, Jul 20, 2011 at 02:31:09PM +0200, magg...@math.unifi.it wrote: > Quoting Eelco Dolstra : > > >Hi, > > > >On 07/20/2011 11:41 AM, Marco Maggesi wrote: > > > >>I came across this old post which I'm trying to put in practice, > >>precisely for the compilation of a latex document. > >> > >>I h

Re: [Nix-dev] NIXPKGS environment variable in nixos-rebuild

2011-07-20 Thread Marco Maggesi
Well, it was easier than I thought: there where an error in my latex source (a missing reference) that stopped runLaTeX from going through all the necessary phases. Sorry for the noise. Thanks, Marco On Jul 20, 2011, at 2:31 PM, magg...@math.unifi.it wrote: > Actually I found the problem, but

Re: [Nix-dev] NIXPKGS environment variable in nixos-rebuild

2011-07-20 Thread maggesi
Quoting Eelco Dolstra : Hi, On 07/20/2011 11:41 AM, Marco Maggesi wrote: I came across this old post which I'm trying to put in practice, precisely for the compilation of a latex document. I have the following problem: I cannot get the bibtex citations. Apparently latex is not run a secon

Re: [Nix-dev] NIXPKGS environment variable in nixos-rebuild

2011-07-20 Thread Eelco Dolstra
Hi, On 07/20/2011 11:41 AM, Marco Maggesi wrote: I came across this old post which I'm trying to put in practice, precisely for the compilation of a latex document. I have the following problem: I cannot get the bibtex citations. Apparently latex is not run a second time after the bibtex. I

Re: [Nix-dev] NIXPKGS environment variable in nixos-rebuild

2011-07-20 Thread Marco Maggesi
Hi, I came across this old post which I'm trying to put in practice, precisely for the compilation of a latex document. I have the following problem: I cannot get the bibtex citations. Apparently latex is not run a second time after the bibtex. I also tried to add extraFiles = [ ./hoat.bib ]

Re: [Nix-dev] NIXPKGS environment variable in nixos-rebuild

2010-12-08 Thread Eelco Dolstra
On 12/07/2010 06:11 PM, Lluís Batlle i Rossell wrote: > nix-env (the other nixpkgs user) uses ~/.nix-defexpr only, so I don't think > there is any use of NIXPKGS_ALL anywhere nowadays. Not so, I use it all the time for building stuff outside the Nixpkgs tree. For instance, for building LaTeX doc

RE: [Nix-dev] NIXPKGS environment variable in nixos-rebuild

2010-12-07 Thread Sander van der Burg - EWI
that's why you probably don't need it in many cases. -Oorspronkelijk bericht- Van: Lluís Batlle i Rossell [mailto:virik...@gmail.com] Verzonden: di 7-12-2010 18:11 Aan: Sander van der Burg - EWI CC: nix-dev@cs.uu.nl Onderwerp: Re: [Nix-dev] NIXPKGS environment variable in nixos-re

Re: [Nix-dev] NIXPKGS environment variable in nixos-rebuild

2010-12-07 Thread Lluís Batlle i Rossell
On Tue, Dec 07, 2010 at 05:36:03PM +0100, Sander van der Burg wrote: > I was writing some documentation for the nixos-{build-vms,deploy-network} > commands and I noticed that the 'nixos-rebuild' command uses the NIXPKGS > environment variable for locating Nixpkgs. I think the NIXPKGS_ALL > envir

Re: [Nix-dev] NIXPKGS environment variable in nixos-rebuild

2010-12-07 Thread Eelco Dolstra
Hi, On 12/07/2010 05:36 PM, Sander van der Burg - EWI wrote: > I was writing some documentation for the nixos-{build-vms,deploy-network} > commands and I noticed that the 'nixos-rebuild' command uses the NIXPKGS > environment variable for locating Nixpkgs. I think the NIXPKGS_ALL environment > ha

[Nix-dev] NIXPKGS environment variable in nixos-rebuild

2010-12-07 Thread Sander van der Burg - EWI
I was writing some documentation for the nixos-{build-vms,deploy-network} commands and I noticed that the 'nixos-rebuild' command uses the NIXPKGS environment variable for locating Nixpkgs. I think the NIXPKGS_ALL environment has the same purpose (which is already set by default on NixOS). Shoul