aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/primops/lockfile.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libexpr/primops/lockfile.hh')
-rw-r--r--src/libexpr/primops/lockfile.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libexpr/primops/lockfile.hh b/src/libexpr/primops/lockfile.hh
index f2e598528..b76124190 100644
--- a/src/libexpr/primops/lockfile.hh
+++ b/src/libexpr/primops/lockfile.hh
@@ -106,5 +106,7 @@ struct LockFile : FlakeInputs
void write(const Path & path) const;
};
+std::ostream & operator <<(std::ostream & stream, const LockFile & lockFile);
+
}