hotfix zshell-cli -> worked in nix develop, testing on install

This commit is contained in:
Aram Markarov
2026-02-22 22:56:50 +01:00
parent 2c56913367
commit f729481ab0
+2 -1
View File
@@ -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 =
[