lix/src/libexpr
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
..
primops builtins.fetchgit: Support a "name" attribute 2017-10-30 10:22:07 +01:00
attr-path.cc Replace Unicode quotes in user-facing strings by ASCII 2017-07-30 12:32:45 +01:00
attr-path.hh
attr-set.cc
attr-set.hh
common-eval-args.cc nix: Respect -I, --arg, --argstr 2017-10-24 12:58:34 +02:00
common-eval-args.hh nix: Respect -I, --arg, --argstr 2017-10-24 12:58:34 +02:00
eval-inline.hh Restore thunks on any exception 2017-06-20 12:13:17 +02:00
eval.cc nix repl :t: Indicate strings that have a context 2017-10-29 17:11:22 +01:00
eval.hh nix-build/nix-shell: Eliminate call to nix-instantiate / nix-store 2017-07-26 17:29:09 +02:00
get-drvs.cc Replace Unicode quotes in user-facing strings by ASCII 2017-07-30 12:32:45 +01:00
get-drvs.hh nix-shell: Use bashInteractive from <nixpkgs> 2017-07-20 13:50:25 +02:00
json-to-value.cc Replace Unicode quotes in user-facing strings by ASCII 2017-07-30 12:32:45 +01:00
json-to-value.hh
lexer.l Replace Unicode quotes in user-facing strings by ASCII 2017-07-30 12:32:45 +01:00
local.mk Shut up some warnings 2017-04-14 14:42:20 +02:00
names.cc
names.hh
nix-expr.pc.in
nixexpr.cc Replace Unicode quotes in user-facing strings by ASCII 2017-07-30 12:32:45 +01:00
nixexpr.hh Replace Unicode quotes in user-facing strings by ASCII 2017-07-30 12:32:45 +01:00
parser.y Replace Unicode quotes in user-facing strings by ASCII 2017-07-30 12:32:45 +01:00
primops.cc Bump language version 2017-10-25 15:18:37 +02:00
primops.hh
symbol-table.hh
value-to-json.cc
value-to-json.hh
value-to-xml.cc
value-to-xml.hh
value.hh Restructure installables handling in the "nix" command 2017-04-25 11:20:37 +02:00