update shell.nix
This commit is contained in:
parent
6101e91615
commit
0fff7a20d0
1 changed files with 4 additions and 1 deletions
|
@ -1,11 +1,14 @@
|
|||
{pkgs ? import <nixpkgs> {}}:
|
||||
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}";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue