- [x] Use [crane](https://crane.dev) instead of running `cargo` commands inside nix devshell in CI, might allow us to eliminate separate caches for rust build outputs and nix - [x] Tasks like "check" in nix flake, instead of chaining multiple devshell commands - [x] Build docker images using nix, see [nix2container `dockerTools`](https://github.com/nlewo/nix2container)