tvl-depot/src/nix-env
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-env.cc Allow URLs in the Nix search path 2015-05-05 17:09:42 +02:00
profiles.cc Implement caching of fetchurl/fetchTarball results 2015-04-09 11:42:04 +02:00
profiles.hh Use "#pragma once" to prevent repeated header file inclusion 2012-07-18 14:59:03 -04:00
user-env.cc Store Attrs inside Bindings 2014-09-19 16:49:41 +02:00
user-env.hh Use "#pragma once" to prevent repeated header file inclusion 2012-07-18 14:59:03 -04:00