From 0f90fe9e9453b9fb9719638f1d6beee49e80f706 Mon Sep 17 00:00:00 2001 From: Zenithal Date: Mon, 5 Sep 2022 13:21:53 +0800 Subject: [PATCH] nixos-images: add unstable Ref to https://github.com/tuna/issues/issues/1471 --- nixos-images.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-images.py b/nixos-images.py index 9e9a8d0..532227b 100755 --- a/nixos-images.py +++ b/nixos-images.py @@ -99,7 +99,7 @@ def get_url(name): return response.headers['x-amz-website-redirect-location'] def clone_images(): - DOWNLOAD_MATCH = r'nixos-\d\d.\d\d/latest-nixos-\w+-\w+-linux.\w+(.sha256)?' + DOWNLOAD_MATCH = r'nixos-(\d\d.\d\d|unstable)/latest-nixos-\w+-\w+-linux.\w+(.sha256)?' object_names = [ x.object_name