Reshuffling stuff

This commit is contained in:
2026-03-18 18:48:06 +00:00
parent 50c8a65f73
commit bb30d4fa39
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -772,7 +772,7 @@ This will import all packages listed in ./assets/system/apps/packages.conf
let
# Gebruik een relatief pad, geen flakeRoot
packagesConfPath = ./assets/system/apps/packages.conf;
packagesConfPath = ../../../assets/system/apps/packages.conf;
raw = builtins.readFile packagesConfPath;
rawLines = lib.splitString "\n" raw;