replace-secret: add mainProgram

This commit is contained in:
ivan770
2023-11-26 16:27:42 +02:00
committed by Emery Hemingway
parent a5ba4bf8c7
commit b00ec384d4
@@ -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";
};
}