Loading
firecracker: fix firecracker static build.
It's important to use static firecracker to have support for seccomp rules. Default `pkgs.firecracker` does not have seccomp enabled due to this warning at build time: ``` No default seccomp policy for target: x86_64-unknown-linux-gnu Defaulting to `resources/seccomp/unimplemented.json`. ```