From 469d8d7fcef03ec06422e3598b1fdb7f65b70e4c Mon Sep 17 00:00:00 2001 From: kenny Date: Tue, 17 Feb 2026 13:00:29 +0200 Subject: [PATCH] remove post-install weathr --- modules/common/weathr.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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";