Commit b00ec384 authored by ivan770's avatar ivan770 Committed by Emery Hemingway
Browse files

replace-secret: add mainProgram

parent a5ba4bf8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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";
  };
}