yes
This commit is contained in:
parent
0c59897922
commit
2ca2698cb7
333 changed files with 325907 additions and 7 deletions
17
flake.nix
17
flake.nix
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue