aboutsummaryrefslogtreecommitdiff
path: root/src/nix/sigs.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix/sigs.cc')
-rw-r--r--src/nix/sigs.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nix/sigs.cc b/src/nix/sigs.cc
index b2e598ad5..14e2c9761 100644
--- a/src/nix/sigs.cc
+++ b/src/nix/sigs.cc
@@ -142,7 +142,6 @@ struct CmdSignPaths : StorePathsCommand
static auto rCmdSignPaths = registerCommand2<CmdSignPaths>({"store", "sign-paths"});
-#if HAVE_SODIUM
struct CmdKeyGenerateSecret : Command
{
std::optional<std::string> keyName;
@@ -227,4 +226,3 @@ struct CmdKey : NixMultiCommand
};
static auto rCmdKey = registerCommand<CmdKey>("key");
-#endif