mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
replace-secret: add mainProgram
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user