diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2020-07-27 14:22:45 +0000 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2020-07-27 14:22:45 +0000 |
commit | 699fc89b394ef5347ff0508abe389e77a7cde09e (patch) | |
tree | 35630ccbb1f9dae69137251b6198a71a20092c04 /src/nix/command.hh | |
parent | 5ea817dace2b554e602d7f9df6e43084ad112e3d (diff) | |
parent | d7c0f094cbcfe1ae4ccc3d54baec00b66ccb1ed0 (diff) |
Merge remote-tracking branch 'upstream/master' into hash-always-has-type
Diffstat (limited to 'src/nix/command.hh')
-rw-r--r-- | src/nix/command.hh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/nix/command.hh b/src/nix/command.hh index 1c7413300..856721ebf 100644 --- a/src/nix/command.hh +++ b/src/nix/command.hh @@ -244,4 +244,10 @@ void completeFlakeRefWithFragment( const Strings & defaultFlakeAttrPaths, std::string_view prefix); +void printClosureDiff( + ref<Store> store, + const StorePath & beforePath, + const StorePath & afterPath, + std::string_view indent); + } |