lix/src/nix
Eelco Dolstra 7ee81f3887
Make StorePathsCommand a subclass of InstallablesCommand
This allows commands like 'nix path-info', 'nix copy', 'nix verify'
etc. to work on arbitrary installables. E.g. to copy geeqie to a
binary cache:

  $ nix copy -r --to file:///tmp/binary-cache nixpkgs.geeqie

Or to get the closure size of thunderbird:

  $ nix path-info -S nixpkgs.thunderbird
2017-04-25 13:20:26 +02:00
..
build.cc Move code around 2017-04-25 12:07:31 +02:00
cat.cc Revert "Get rid of unicode quotes (#1140)" 2016-11-26 00:38:01 +01:00
command.cc Make StorePathsCommand a subclass of InstallablesCommand 2017-04-25 13:20:26 +02:00
command.hh Make StorePathsCommand a subclass of InstallablesCommand 2017-04-25 13:20:26 +02:00
copy.cc nix copy: Make -r option use the "from" store 2017-03-16 14:25:54 +01:00
eval.cc Move code around 2017-04-25 12:07:31 +02:00
hash.cc Revert "Get rid of unicode quotes (#1140)" 2016-11-26 00:38:01 +01:00
installables.cc Move code around 2017-04-25 12:07:31 +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 Start of new Nix command-line interface 2016-02-09 21:28:29 +01:00
log.cc Move code around 2017-04-25 12:07:31 +02:00
ls.cc Revert "Get rid of unicode quotes (#1140)" 2016-11-26 00:38:01 +01:00
main.cc Convert Settings to the new config system 2017-04-13 20:53:23 +02:00
path-info.cc Restructure installables handling in the "nix" command 2017-04-25 11:20:37 +02:00
progress-bar.cc Shut up some clang warnings 2016-05-31 13:31:04 +02:00
progress-bar.hh Improved logging abstraction 2016-04-25 19:18:45 +02:00
run.cc Move code around 2017-04-25 12:07:31 +02:00
show-config.cc Move code around 2017-04-25 12:07:31 +02:00
sigs.cc Revert "Get rid of unicode quotes (#1140)" 2016-11-26 00:38:01 +01:00
verify.cc Revert "Get rid of unicode quotes (#1140)" 2016-11-26 00:38:01 +01:00