lix/src/nix
Eelco Dolstra 8e478c2341
Add experimental-features setting
Experimental features are now opt-in. There are currently two
experimental features: "nix-command" (which enables the "nix"
command), and "flakes" (which enables support for flakes). This will
allow us to merge experimental features more quickly, without
committing to supporting them indefinitely.

Typical usage:

$ nix build --experimental-features 'nix-command flakes' nixpkgs#hello
2019-10-16 17:49:01 +02:00
..
add-to-store.cc Make subcommand construction in MultiCommand lazy 2019-06-18 16:25:31 +02:00
build.cc Move addRegistrOverrides 2019-10-08 17:00:55 +02:00
cat.cc Make subcommand construction in MultiCommand lazy 2019-06-18 16:25:31 +02:00
command.cc nix dev-shell --profile: Support relative path 2019-09-02 15:59:19 +02:00
command.hh Support non-x86_64-linux system types in flakes 2019-10-15 18:16:29 +02:00
copy.cc Merge remote-tracking branch 'origin/master' into flakes 2019-07-11 13:13:19 +02:00
doctor.cc nix doctor: Fix typo 2019-06-23 22:19:14 +02:00
dump-path.cc Make subcommand construction in MultiCommand lazy 2019-06-18 16:25:31 +02:00
edit.cc Don't catch exceptions by value 2019-09-22 21:56:56 +02:00
eval.cc Make subcommand construction in MultiCommand lazy 2019-06-18 16:25:31 +02:00
flake-template.nix Fix 'nix flake init' 2019-10-15 19:53:29 +02:00
flake.cc Support non-x86_64-linux system types in flakes 2019-10-15 18:16:29 +02:00
hash.cc Make subcommand construction in MultiCommand lazy 2019-06-18 16:25:31 +02:00
installables.cc Support non-x86_64-linux system types in flakes 2019-10-15 18:16:29 +02:00
installables.hh Move code around 2019-10-14 14:40:16 +02:00
legacy.cc Start of new Nix command-line interface 2016-02-09 21:28:29 +01:00
legacy.hh Fix Darwin build 2016-03-15 12:11:27 +01:00
local.mk Merge remote-tracking branch 'origin/master' into flakes 2019-07-06 21:06:22 +02:00
log.cc Make subcommand construction in MultiCommand lazy 2019-06-18 16:25:31 +02:00
ls.cc Make subcommand construction in MultiCommand lazy 2019-06-18 16:25:31 +02:00
main.cc Add experimental-features setting 2019-10-16 17:49:01 +02:00
optimise-store.cc Make subcommand construction in MultiCommand lazy 2019-06-18 16:25:31 +02:00
path-info.cc Make subcommand construction in MultiCommand lazy 2019-06-18 16:25:31 +02:00
ping-store.cc Make subcommand construction in MultiCommand lazy 2019-06-18 16:25:31 +02:00
progress-bar.cc Filter ANSI escape sequences in -L output 2019-10-09 23:25:06 +02:00
progress-bar.hh nix: Add --print-build-logs flag 2019-05-15 17:33:56 +02:00
repl.cc nix repl: Run in impure mode 2019-09-02 23:04:27 +02:00
run.cc Support non-x86_64-linux system types in flakes 2019-10-15 18:16:29 +02:00
search.cc Merge remote-tracking branch 'origin/master' into flakes 2019-10-10 12:54:37 +02:00
shell.cc Support non-x86_64-linux system types in flakes 2019-10-15 18:16:29 +02:00
show-config.cc Make subcommand construction in MultiCommand lazy 2019-06-18 16:25:31 +02:00
show-derivation.cc Make subcommand construction in MultiCommand lazy 2019-06-18 16:25:31 +02:00
sigs.cc Make subcommand construction in MultiCommand lazy 2019-06-18 16:25:31 +02:00
upgrade-nix.cc Make subcommand construction in MultiCommand lazy 2019-06-18 16:25:31 +02:00
verify.cc Merge remote-tracking branch 'origin/master' into flakes 2019-10-10 15:07:59 +02:00
why-depends.cc Make subcommand construction in MultiCommand lazy 2019-06-18 16:25:31 +02:00