Compare commits

...

2 Commits

Author SHA1 Message Date
Ayaz Salikhov
45ddc1d868 build: Add git-lfs to Nix images (#7561) 2026-06-16 23:13:33 +00:00
Ayaz Salikhov
7b9d55326d build: Add zip to Nix images (#7551) 2026-06-16 17:35:33 +00:00

View File

@@ -19,6 +19,7 @@ in
gh
git
git-cliff
git-lfs
gnumake
gnupg # needed for signing commits & codecov/codecov-action
llvmPackages_22.clang-tools
@@ -33,5 +34,6 @@ in
python3
runClangTidy
vim
zip
];
}