Recreated nix files

This commit is contained in:
2026-03-03 18:17:25 +01:00
parent f7e07c7832
commit 23d0df7265
4 changed files with 319 additions and 364 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
set -euo pipefail
# Example of how to execute a script
# Path to the script to execute
COPY_SCRIPT="./assets/scripts/copy_stuff.sh"
COPY_SCRIPT="assets/scripts/copy_stuff.sh"
# Check if the script exists
if [ ! -f "$COPY_SCRIPT" ]; then
echo "Error: Script $COPY_SCRIPT does not exist."