working on zsh

This commit is contained in:
2026-03-09 19:24:55 +01:00
parent cbde195c4f
commit e75e2b3dac
@@ -7,8 +7,7 @@
... ...
}: }:
let let
packagesConfPath = "${flakeRoot.outPath}/assets/common/apps/packages.conf"; packagesConfPath = "${builtins.toString flakeRoot.outPath}/assets/common/apps/packages.conf";
raw = builtins.readFile packagesConfPath; raw = builtins.readFile packagesConfPath;
# IMPORTANT: explicit "\n" so we never accidentally split into characters # IMPORTANT: explicit "\n" so we never accidentally split into characters
rawLines = lib.splitString "\n" raw; rawLines = lib.splitString "\n" raw;