This commit is contained in:
Savanni D'Gerinel 2023-11-14 08:27:13 -05:00
parent 6d14cdbe2a
commit 3310c460ba
4 changed files with 2 additions and 9 deletions

View File

@ -1,4 +0,0 @@
[target.arm-unknown-linux-gnueabihf]
linker = "armv6l-unknown-linux-gnueabihf-gcc"
# rustflags = ["-C", "link-arg=-Wl,-dynamic-linker,/lib/ld-linux-armhf.so.3"]

View File

@ -1,4 +1,5 @@
[workspace]
resolver = "2"
members = [
"changeset",
"config",

View File

@ -19,10 +19,6 @@
pkgs = import nixpkgs { system = "x86_64-linux"; };
pkgs-unstable = import unstable { system = "x86_64-linux"; };
cargo2nix = pkgs-cargo2nix.packages."x86_64-linux";
# armPkgs = import nixpkgs {
# system = "x86_64-linux";
# crossSystem = pkgs.lib.systems.examples.raspberryPi;
# };
in
pkgs.mkShell {
name = "ld-tools-devshell";

View File

@ -1,3 +1,3 @@
[toolchain]
channel = "1.73.0"
targets = [ "wasm32-unknown-unknown", "thumbv6-none-eabi" ]
targets = [ "wasm32-unknown-unknown" ]