> On Mon, Dec 1, 2014 at 11:21 AM, Domen Kožar <[email protected]> wrote: > >> nix-build --option binary-caches ""
Rob Vermaas <[email protected]> writes: > Or use (taken from 'man nix.conf'): > > build-use-substitutes > If set to true (default), Nix will use binary substitutes if > available. This option can be disabled to force > building from source. > > E.g. nix-build --option build-use-substitutes false Another option is to use `nix-biuld --option use-binary-caches false` _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
