{
mkShell,
libxkbcommon,
pkg-config,
rustc,
cargo,
rust-analyzer,
rustfmt,
clippy,
taplo,
wayland,
}:
mkShell {
name = "sip";
strictDeps = true;
nativeBuildInputs = [
rustc
cargo
rustfmt
clippy
taplo
rust-analyzer
pkg-config
];
buildInputs = [
wayland
libxkbcommon
];
}