nix-super/src/libcmd
John Ericson 45fa297e40 Factor out InstallableStorePath to its own file, dedup
`nix app` had something called `InstallableDerivedPath` which is
actually the same thing. We go with the later's name because it has
become more correct.

I originally did this change (more hurriedly) as part of #6225 --- a
mini store-only Nix and a full Nix need to share this code. In the first
RFC meeting for https://github.com/NixOS/rfcs/pull/134 we discussed how
some splitting of the massive `installables.cc` could begin prior, as
that is a good thing anyways. (@edolstra's words, not mine!) This would
be one such PR.
2023-02-03 11:26:39 -05:00
..
command.cc Improve --profile description 2022-10-24 08:49:46 +02:00
command.hh Merge pull request #6693 from ncfavier/complete-flake-inputs 2022-07-12 09:12:00 +02:00
common-eval-args.cc doc/manual: Introduce @docroot@ as a stable base for includable snippets 2023-01-10 22:30:41 +01:00
common-eval-args.hh Move some options into a misc category 2022-10-12 15:09:17 +02:00
installable-derived-path.cc Factor out InstallableStorePath to its own file, dedup 2023-02-03 11:26:39 -05:00
installable-derived-path.hh Factor out InstallableStorePath to its own file, dedup 2023-02-03 11:26:39 -05:00
installables.cc Factor out InstallableStorePath to its own file, dedup 2023-02-03 11:26:39 -05:00
installables.hh Installable::getCursors: Cleanup 2023-01-31 00:04:05 +08:00
legacy.cc Move command plugin interface to libnixcmd 2021-01-26 06:22:24 -05:00
legacy.hh Move command plugin interface to libnixcmd 2021-01-26 06:22:24 -05:00
local.mk build: use pkg-config for lowdown 2022-11-12 23:04:58 +01:00
markdown.cc do not render relative links in help pages 2022-08-26 17:10:41 +02:00
markdown.hh Move command plugin interface to libnixcmd 2021-01-26 06:22:24 -05:00
nix-cmd.pc.in Build with C++20 2022-10-22 14:24:25 +01:00
repl.cc Fix unreachable error message 2023-01-20 13:01:03 +01:00