lix/src
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
..
build-remote Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
cpptoml bump cpptoml to v0.1.1 2019-05-29 17:01:39 +08:00
libexpr Restore subdir -> dir 2020-02-20 23:44:06 +01:00
libmain Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
libstore Fix nlohmann::json exception 2020-02-20 23:47:02 +01:00
libutil Merge remote-tracking branch 'origin/master' into flakes 2020-02-14 22:42:35 +01:00
nix nix dev-shell: Add --command option 2020-02-27 15:17:37 +01:00
nix-build findAlongAttrPath(): Return position 2020-02-07 14:08:24 +01:00
nix-channel Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
nix-collect-garbage Merge all nix-* binaries into nix 2018-10-26 12:54:00 +02:00
nix-copy-closure Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
nix-daemon Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
nix-env findAlongAttrPath(): Return position 2020-02-07 14:08:24 +01:00
nix-instantiate findAlongAttrPath(): Return position 2020-02-07 14:08:24 +01:00
nix-prefetch-url findAlongAttrPath(): Return position 2020-02-07 14:08:24 +01:00
nix-store nix flake list-inputs: Pretty-print the tree 2020-01-31 14:09:27 +01:00
resolve-system-dependencies Make the Store API more type-safe 2019-12-10 22:06:05 +01:00