replace-secret: add mainProgram

This commit is contained in:
ivan770 2023-11-22 08:09:21 -05:00 committed by Emery Hemingway
parent a5ba4bf8c7
commit b00ec384d4
1 changed files with 1 additions and 0 deletions

View File

@ -32,5 +32,6 @@ stdenv.mkDerivation {
Since the secret is read from a file, it won't be leaked through
'/proc/<pid>/cmdline', unlike when 'sed' or 'replace' is used.
'';
mainProgram = "replace-secret";
};
}