diff options
author | Matthew Kenigsberg <matthewkenigsberg@gmail.com> | 2020-05-09 09:35:33 -0600 |
---|---|---|
committer | Matthew Kenigsberg <matthewkenigsberg@gmail.com> | 2020-05-09 14:42:32 -0600 |
commit | 9f4cfbb2e70e074fad8f03fdb26523387e2a5456 (patch) | |
tree | f4c76ff01519f2129972a0eb744c509779a83d2a /src/nix/ping-store.cc | |
parent | bf81dd40e91ef7e94582f051412f160114426df4 (diff) |
Refactor installables
InstallableValue has children InstallableFlake and InstallableAttrPath, but InstallableFlake was overriding toDerivations, and usage was changed so that InstallableFlake didn't need cmd. So these changes were made:
InstallableValue::toDerivations() -> InstalllableAttrPath::toDerivations()
InstallableValue::cmd -> InstallableAttrPath::cmd
InstallableValue uses state instead of cmd
toBuildables() and toDerivations() were made abstract
Diffstat (limited to 'src/nix/ping-store.cc')
0 files changed, 0 insertions, 0 deletions