lix/src
Eelco Dolstra 343239fc8a Allow nix.conf options to be set in flake.nix
This makes it possible to have per-project configuration in flake.nix,
e.g. binary caches and other stuff:

  nixConfig.bash-prompt-suffix = "ngi# ";
  nixConfig.substituters = [ "https://cache.ngi0.nixos.org/" ];
2020-10-26 20:45:39 +01:00
..
build-remote Remove static variable name clashes 2020-10-06 13:49:20 +02:00
cpptoml Revert the enum struct change 2020-06-18 22:11:26 +00:00
libexpr Allow nix.conf options to be set in flake.nix 2020-10-26 20:45:39 +01:00
libfetchers Move Explicit 2020-10-26 17:01:20 +01:00
libmain Add a description in the completion outputs 2020-10-09 09:39:51 +02:00
libstore Add NIX_CONFIG env var for applying nix.conf overrides 2020-10-21 13:41:26 +02:00
libutil BaseSetting<StringMap>::set(): Don't append to previous value 2020-10-26 20:36:46 +01:00
nix Allow nix.conf options to be set in flake.nix 2020-10-26 20:45:39 +01:00
nix-build Split out local-fs-store.hh 2020-10-09 20:18:08 +00:00
nix-channel Remove static variable name clashes 2020-10-06 13:49:20 +02:00
nix-collect-garbage Remove static variable name clashes 2020-10-06 13:49:20 +02:00
nix-copy-closure Remove static variable name clashes 2020-10-06 13:49:20 +02:00
nix-daemon Remove static variable name clashes 2020-10-06 13:49:20 +02:00
nix-env Split out local-fs-store.hh 2020-10-09 20:18:08 +00:00
nix-instantiate Split out local-fs-store.hh 2020-10-09 20:18:08 +00:00
nix-prefetch-url Remove static variable name clashes 2020-10-06 13:49:20 +02:00
nix-store Remove static variable name clashes 2020-10-06 13:49:20 +02:00
resolve-system-dependencies lstat() cleanup 2020-09-23 19:17:28 +02:00