1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 03:56:01 +01:00

Mark tmpDir as const

This commit is contained in:
Eelco Dolstra 2025-09-03 20:16:39 +02:00
parent 2fe629c5d4
commit c7603c61c8

View file

@ -27,7 +27,7 @@ private:
const bool compress;
const Descriptor logFD;
ref<AutoDelete> tmpDir;
const ref<const AutoDelete> tmpDir;
struct State
{