diff --git a/flake.nix b/flake.nix index 6d700ba6..0bbe7e11 100644 --- a/flake.nix +++ b/flake.nix @@ -26,6 +26,8 @@ doCheck = false; # FIXME: This needs to be manually changed when updating modules. vendorSha256 = "sha256-TvQfLQEYDujfXInQ+i/LoSGtedozZvX8WgzpqiryYHY="; + # Fix for 'nix run' trying to execute 'go-waku'. + meta = { mainProgram = "waku"; }; }; in rec { packages = forAllSystems (system: {