mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
replace-secret: add mainProgram
This commit is contained in:
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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user