working on zsh
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
...
|
||||
}:
|
||||
let
|
||||
packagesConfPath = "${flakeRoot.outPath}/assets/common/apps/packages.conf";
|
||||
|
||||
packagesConfPath = "${builtins.toString 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;
|
||||
|
||||
Reference in New Issue
Block a user