k3s: format with nixfmt-rfc-style
[NixPkgs.git] / maintainers / scripts / convert-to-import-cargo-lock / shell.nix
blob8e913fdcd8be5ef66a58e4d7201d803098db7466
1 with import ../../../. { };
3 mkShell {
4   packages = [ rustc cargo clippy rustfmt ] ++ lib.optional stdenv.isDarwin libiconv;