summaryrefslogtreecommitdiff
path: root/shells/dev.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shells/dev.nix')
-rw-r--r--shells/dev.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/shells/dev.nix b/shells/dev.nix
index f715813..088a8f5 100644
--- a/shells/dev.nix
+++ b/shells/dev.nix
@@ -4,10 +4,14 @@ pkgs.mkShell {
nativeBuildInputs = with pkgs; [
clang
llvmPackages.bintools
+ xorg.libX11.dev
+ xorg.libXft.dev
+ xorg.libXinerama.dev
rustup
rustfmt
trunk
rustc-wasm32
dioxus-cli
+ cargo-leptos
];
}