From c7603c61c8052b47ab7cc5be327cca3f573a5330 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 3 Sep 2025 20:16:39 +0200 Subject: [PATCH] Mark tmpDir as const --- src/libstore/include/nix/store/ssh.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstore/include/nix/store/ssh.hh b/src/libstore/include/nix/store/ssh.hh index 7e27a0d3e..574cb5cf4 100644 --- a/src/libstore/include/nix/store/ssh.hh +++ b/src/libstore/include/nix/store/ssh.hh @@ -27,7 +27,7 @@ private: const bool compress; const Descriptor logFD; - ref tmpDir; + const ref tmpDir; struct State {