working on zsh

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