lix/src/nix
Eelco Dolstra 2672a28bb4 nix dev-shell: Add --command option
Note: like 'nix run', and unlike 'nix-shell', this takes an argv
vector rather than a shell command. So

  nix dev-shell -c 'echo $PATH'

doesn't work. Instead you need to do

  nix dev-shell -c bash -c 'echo $PATH'
2020-02-27 15:17:37 +01:00
..
add-to-store.cc Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
build.cc Make subcommand construction in MultiCommand lazy 2019-12-05 20:19:26 +01:00
cat.cc Make subcommand construction in MultiCommand lazy 2019-12-05 20:19:26 +01:00
command.cc Merge remote-tracking branch 'origin/master' into flakes 2019-12-11 14:53:30 +01:00
command.hh Clean up the lock file handling flags 2020-01-29 21:04:28 +01:00
copy.cc Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
doctor.cc nix doctor: Fix typo 2019-12-05 20:40:52 +01:00
dump-path.cc Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
edit.cc nix edit: Support non-derivation attributes 2020-02-07 14:22:01 +01:00
eval.cc nix edit: Support non-derivation attributes 2020-02-07 14:22:01 +01:00
flake-template.nix Fix attr path to nixpkgs flake in flake template 2019-11-14 23:13:37 +01:00
flake.cc Restore subdir -> dir 2020-02-20 23:44:06 +01:00
hash.cc Make subcommand construction in MultiCommand lazy 2019-12-05 20:19:26 +01:00
installables.cc Fix nixpkgs.<attr> warning 2020-02-19 00:09:42 +01:00
installables.hh nix edit: Support non-derivation attributes 2020-02-07 14:22:01 +01: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-12-11 14:53:30 +01:00
log.cc Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
ls.cc Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
main.cc Fix --refresh with --no-net 2020-01-28 17:34:48 +01:00
make-content-addressable.cc nix make-content-addressable: Add --json flag 2019-12-18 17:39:02 +01:00
optimise-store.cc Make subcommand construction in MultiCommand lazy 2019-12-05 20:19:26 +01:00
path-info.cc nix path-info --json: Print hash in SRI format 2020-02-11 23:50:16 +01:00
ping-store.cc Make subcommand construction in MultiCommand lazy 2019-12-05 20:19:26 +01:00
profile.cc Cleanup 2020-02-02 11:31:58 +01:00
progress-bar.cc Disable the progress bar if $TERM == dumb or unset 2020-02-18 17:47:53 +01:00
progress-bar.hh nix: Add --print-build-logs flag 2019-05-15 17:33:56 +02:00
repl.cc Merge remote-tracking branch 'origin/master' into flakes 2019-12-11 14:53:30 +01:00
run.cc Merge remote-tracking branch 'origin/master' into flakes 2019-12-11 14:53:30 +01:00
search.cc Make subcommand construction in MultiCommand lazy 2019-12-05 20:19:26 +01:00
shell.cc nix dev-shell: Add --command option 2020-02-27 15:17:37 +01:00
show-config.cc Make subcommand construction in MultiCommand lazy 2019-12-05 20:19:26 +01:00
show-derivation.cc Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
sigs.cc Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
upgrade-nix.cc findAlongAttrPath(): Return position 2020-02-07 14:08:24 +01:00
verify.cc Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
why-depends.cc Merge remote-tracking branch 'origin/master' into flakes 2020-02-14 22:42:35 +01:00