build: Add zip to Nix images (#7551)

This commit is contained in:
Ayaz Salikhov
2026-06-16 18:35:33 +01:00
committed by GitHub
parent 0364e4dc41
commit 7b9d55326d

View File

@@ -33,5 +33,6 @@ in
python3
runClangTidy
vim
zip
];
}