lix/src
Eelco Dolstra 65b5f177b5
builtins.fetchgit: Support a "name" attribute
The "name" attribute defaults to "source", which we should use for all
similar functions (e.g. fetchTarball and in Hydra) to ensure that we
get a consistent store path regardless of how the tree is fetched.

"source" is not necessarily a correct label, but using an empty name
is problematic: you get an ugly store path ending in a dash, and it's
impossible to have a fixed-output derivation that produces that path
because ".drv" is not a valid store name.

Fixes #904.
2017-10-30 10:22:07 +01:00
..
boost
build-remote Allow shorter syntax for chroot stores 2017-10-24 15:32:38 +02:00
buildenv
libexpr builtins.fetchgit: Support a "name" attribute 2017-10-30 10:22:07 +01:00
libmain Add --store argument to legacy commands 2017-10-24 15:41:11 +02:00
libstore Fix building on clang 2017-10-25 17:20:47 +02:00
libutil Pass lists/attrsets to bash as (associative) arrays 2017-10-25 13:01:50 +02:00
linenoise
nix More progress indicator improvements 2017-10-24 15:32:38 +02:00
nix-build Pass lists/attrsets to bash as (associative) arrays 2017-10-25 13:01:50 +02:00
nix-channel
nix-collect-garbage
nix-copy-closure
nix-daemon Remove the remote-builds option 2017-10-24 11:00:16 +02:00
nix-env nix: Respect -I, --arg, --argstr 2017-10-24 12:58:34 +02:00
nix-instantiate nix: Respect -I, --arg, --argstr 2017-10-24 12:58:34 +02:00
nix-prefetch-url nix: Respect -I, --arg, --argstr 2017-10-24 12:58:34 +02:00
nix-store Pass lists/attrsets to bash as (associative) arrays 2017-10-25 13:01:50 +02:00
resolve-system-dependencies