This commit is contained in:
2024-12-31 23:13:31 +02:00
parent 5b616eb1de
commit 94f2c28237
2 changed files with 2 additions and 13 deletions

View File

@@ -17,7 +17,7 @@ pkgs.stdenv.mkDerivation {
installPhase = ''
mkdir -p $out/bin
cp daily-challenge-reminder-crontab.ts $out/bin/crontab-script.ts
# cp daily-challenge-reminder-crontab.ts $out/bin/crontab-script.ts
cp tuxstrap-crontab $out/bin/
'';
}