remove post-install weathr

This commit is contained in:
2026-02-17 13:00:29 +02:00
parent da935b4ccf
commit 469d8d7fce

View File

@@ -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";