diff --git a/shell.nix b/shell.nix index c781cf1..37dc58d 100644 --- a/shell.nix +++ b/shell.nix @@ -1,11 +1,14 @@ {pkgs ? import {}}: pkgs.mkShell { nativeBuildInputs = with pkgs.buildPackages; [ - rustup + rustc cargo gcc rustfmt clippy + pkg-config xe lzma libxkbcommon wayland ]; + + RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}"; }