images/nixos: add 23.11

* Do not point latest to 23.11 yet because it's still in beta
* Replace the 22.11 cronjob since that version is EoL
This commit is contained in:
Francesco Gazzetta 2023-11-26 21:24:19 +01:00 committed by Conrad Hoffmann
parent 3b397aa8c4
commit a53aed3db2
3 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1 @@
../functions

3
images/nixos/23.11/genimg Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
export release=23.11
exec ../genimg "$@"