M contrib/crontab => contrib/crontab +1 -1
@@ 9,7 9,7 @@
# Weekly refreshes
0 19 * * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" fedora/39
-30 19 * * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" nixos/22.11
+30 19 * * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" nixos/23.11
0 20 * * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" nixos/23.05
0 19 * * 1 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" alpine/old
30 19 * * 1 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" -a amd64 debian/stable
A images/nixos/23.11/functions => images/nixos/23.11/functions +1 -0
@@ 0,0 1,1 @@
+../functions<
\ No newline at end of file
A images/nixos/23.11/genimg => images/nixos/23.11/genimg +3 -0
@@ 0,0 1,3 @@
+#!/bin/sh
+export release=23.11
+exec ../genimg "$@"