Create dummy COOKIE file in Nix package to avoid runtime error

This commit is contained in:
2025-08-02 20:09:57 -07:00
parent 495152826f
commit 8cbad5c849
2 changed files with 3 additions and 1 deletions
-1
View File
@@ -35,7 +35,6 @@ defmodule SystemStatsDaemon.MixProject do
applications: [runtime_tools: :permanent],
include_erts: true,
strip_beams: false,
cookie: :disabled,
env: %{
"RELEASE_DISTRIBUTION" => "none",
"RELEASE_NODE" => "nonode@nohost"