about summary refs log tree commit diff
path: root/third_party/nix/src/nix/sigs.cc
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/src/nix/sigs.cc')
-rw-r--r--third_party/nix/src/nix/sigs.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/nix/src/nix/sigs.cc b/third_party/nix/src/nix/sigs.cc
index 8df1beef2b..21d14bffac 100644
--- a/third_party/nix/src/nix/sigs.cc
+++ b/third_party/nix/src/nix/sigs.cc
@@ -9,7 +9,7 @@
 
 using namespace nix;
 
-struct CmdCopySigs : StorePathsCommand {
+struct CmdCopySigs final : StorePathsCommand {
   Strings substituterUris;
 
   CmdCopySigs() {
@@ -99,7 +99,7 @@ struct CmdCopySigs : StorePathsCommand {
 
 static RegisterCommand r1(make_ref<CmdCopySigs>());
 
-struct CmdSignPaths : StorePathsCommand {
+struct CmdSignPaths final : StorePathsCommand {
   Path secretKeyFile;
 
   CmdSignPaths() {