new architecture

This commit is contained in:
zack 2025-03-26 20:02:58 -04:00
parent 9f7e72b784
commit 9cfd9d8b17
No known key found for this signature in database
GPG key ID: EE8A2B709E2401D1
28 changed files with 2625 additions and 5351 deletions

View file

@ -18,17 +18,7 @@
nixpkgs,
flake-parts,
...
}: let
# For details on these options, See
# https://github.com/oxalica/rust-overlay?tab=readme-ov-file#cheat-sheet-common-usage-of-rust-bin
#
# Channel of the Rust toolchain (stable or beta).
rustChannel = "nightly";
# Version (latest or specific date/semantic version)
rustVersion = "latest";
# Profile (default or minimal)
rustProfile = "default";
in
}:
flake-parts.lib.mkFlake {inherit inputs;} {
systems = import inputs.systems;
@ -77,6 +67,7 @@
# WINIT_UNIX_BACKEND=wayland
wayland
spirv-tools
spirv-cross
vulkan-loader
];
};