lix/src
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
..
boost boost::shared_ptr -> std::shared_ptr 2014-03-30 00:49:23 +01:00
bsdiff-4.3 Fix "make dist" 2014-02-01 14:38:12 +01:00
download-via-ssh Pedantry 2014-12-14 01:51:14 +01:00
libexpr Allow URLs in the Nix search path 2015-05-05 17:09:42 +02:00
libmain Allow $NIX_PAGER to override $PAGER 2015-01-02 15:26:56 +01:00
libstore Add the pre-build hook. 2015-04-18 16:56:02 -04:00
libutil Implement caching of fetchurl/fetchTarball results 2015-04-09 11:42:04 +02:00
nix-collect-garbage nix-collect-garbage: translate to C++ 2015-04-22 15:08:48 +00:00
nix-daemon Silence some warnings on GCC 4.9 2014-12-12 17:14:28 +01:00
nix-env Allow URLs in the Nix search path 2015-05-05 17:09:42 +02:00
nix-hash Use proper quotes everywhere 2014-08-20 18:03:48 +02:00
nix-instantiate Allow URLs in the Nix search path 2015-05-05 17:09:42 +02:00
nix-log2xml nix-log2xml: Handle newlines 2014-08-13 19:06:20 +02:00
nix-store addToStore(): Take explicit name argument 2015-03-25 17:06:12 +01:00