Regenerated

This commit is contained in:
2026-03-26 19:30:11 +00:00
parent da79e7275d
commit e3b9fcf360
4 changed files with 24 additions and 30 deletions
@@ -4,7 +4,7 @@ let
#################################
# Read package list from config file
#################################
packagesConfPath = "${flakeRoot}/generated/.config/packages.conf";
packagesConfPath = "${flakeRoot}/generated/assets/packages.conf";
raw = builtins.readFile packagesConfPath;
rawLines = lib.splitString "\n" raw;