aboutsummaryrefslogtreecommitdiff
path: root/src/nix/command.hh
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2020-07-27 14:22:45 +0000
committerJohn Ericson <John.Ericson@Obsidian.Systems>2020-07-27 14:22:45 +0000
commit699fc89b394ef5347ff0508abe389e77a7cde09e (patch)
tree35630ccbb1f9dae69137251b6198a71a20092c04 /src/nix/command.hh
parent5ea817dace2b554e602d7f9df6e43084ad112e3d (diff)
parentd7c0f094cbcfe1ae4ccc3d54baec00b66ccb1ed0 (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.hh6
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);
+
}