From f729481ab0a43fb79ba5c4b6819c5609c7ef579c Mon Sep 17 00:00:00 2001 From: Aram Markarov Date: Sun, 22 Feb 2026 22:56:50 +0100 Subject: [PATCH] hotfix zshell-cli -> worked in nix develop, testing on install --- nix/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/default.nix b/nix/default.nix index 561e27b..15f4d8d 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -35,6 +35,7 @@ libqalculate bash hyprland + zshell-cli ]; fontconfig = makeFontsConf { @@ -101,7 +102,7 @@ in qt6.qtbase qt6.qtwayland ]; - propagatedBuildInputs = runtimeDeps ++ [zshell-cli]; + propagatedBuildInputs = runtimeDeps; cmakeFlags = [