Loading pkgs/build-support/replace-secret/replace-secret.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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
pkgs/build-support/replace-secret/replace-secret.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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"; }; }