lix/src/nix-instantiate
Eelco Dolstra 9451ef3731 Allow URLs in the Nix search path
E.g. to install "hello" from the latest Nixpkgs:

  $ nix-build '<nixpkgs>' -A hello -I nixpkgs=https://nixos.org/channels/nixpkgs-unstable/nixexprs.tar.xz

Or to install a specific version of NixOS:

  $ nixos-rebuild switch -I nixpkgs=63def04891.tar.gz
2015-05-05 17:09:42 +02:00
..
local.mk Update Makefile variable names 2014-02-01 13:54:38 +01:00
nix-instantiate.cc Allow URLs in the Nix search path 2015-05-05 17:09:42 +02:00