about summary refs log tree commit diff
path: root/third_party/nix/src/nix/add-to-store.cc
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/src/nix/add-to-store.cc')
-rw-r--r--third_party/nix/src/nix/add-to-store.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nix/src/nix/add-to-store.cc b/third_party/nix/src/nix/add-to-store.cc
index f99fa30be0..34f6d03963 100644
--- a/third_party/nix/src/nix/add-to-store.cc
+++ b/third_party/nix/src/nix/add-to-store.cc
@@ -5,7 +5,7 @@
 
 using namespace nix;
 
-struct CmdAddToStore : MixDryRun, StoreCommand {
+struct CmdAddToStore final : MixDryRun, StoreCommand {
   Path path;
   std::optional<std::string> namePart;