chore: remove prebuilt tools image for CI

It was added to speed up CI, utilize Kaniko's built-in caching feature.
However with nixery.dev images we probably don't need it anymore.

Long term we still need to setup a proper Nix cache to run nix develop in CI.
This commit is contained in:
Khue Doan 2024-01-19 03:11:44 +07:00
parent ca5821dfe1
commit 636c2d3fd9

View File

@ -1,5 +0,0 @@
FROM docker.io/nixos/nix
COPY flake.nix flake.nix
RUN nix --experimental-features 'nix-command flakes' develop --command true