diff --git a/modules/common/weathr.nix b/modules/common/weathr.nix index e6178e3..f093fa2 100644 --- a/modules/common/weathr.nix +++ b/modules/common/weathr.nix @@ -25,8 +25,8 @@ rustPlatform.buildRustPackage rec { doCheck = false; - postInstall = '' - ''; + #postInstall = '' + #''; meta = with lib; { description = "A terminal weather app with ASCII animations driven by real-time weather data";