This commit is contained in:
Chris Cochrun 2025-06-30 09:48:23 -05:00
parent 0c59897922
commit 2ca2698cb7
333 changed files with 325907 additions and 7 deletions

View file

@ -17,19 +17,22 @@
overlays = [fenix.overlays.default];
# overlays = [cargo2nix.overlays.default];
};
toolchain = with fenix.packages.${system}; combine [
minimal.cargo
minimal.rustc
latest.rustfmt
latest.clippy
latest.rust-src
targets.wasm32-unknown-unknown.latest.rust-std
];
naersk' = pkgs.callPackage naersk {};
nbi = with pkgs; [
# Rust tools
alejandra
(pkgs.fenix.stable.withComponents [
"cargo"
"clippy"
"rust-src"
"rustc"
"rustfmt"
])
toolchain
rust-analyzer
vulkan-loader
wasm-bindgen-cli
wayland
wayland-protocols
libxkbcommon