convert custom package

This commit is contained in:
2024-12-30 22:34:32 -05:00
parent 156615864b
commit 59b7cec348
2 changed files with 20 additions and 13 deletions

View File

@@ -16,7 +16,7 @@
# Your installation commands here
if [ ! -f /etc/installation-completed ]; then
# Run your installation steps
"${pkgs.installFiles}/bin/install.sh"
"${config.myPackages.installFiles}/bin/install.sh"
# Mark as completed
touch /etc/installation-completed
fi