diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-09-24 20:46:24 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-09-24 20:46:24 -0600 |
| commit | 1e08b138f47d52a48ae7fb3534e92221c85e950d (patch) | |
| tree | ba11ad41f35cab5c028b2c15c68f0492f553e6a7 | |
| parent | 193f38119a7e9b32adf00a7674a56e5aece7b400 (diff) | |
nix/flake: use custom cross-compiler in devshells
| -rw-r--r-- | nix/flake.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/nix/flake.nix b/nix/flake.nix index 80f1ad5..fd5de00 100644 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -103,7 +103,8 @@ nativeBuildInputs = [ binutils gcc - gcc-arm-embedded + cross.stdenv.cc.cc + cross.stdenv.cc.bintools gdb gnumake gtkwave @@ -134,7 +135,8 @@ bison flex gcc - gcc-arm-embedded + cross.stdenv.cc.cc + cross.stdenv.cc.bintools gnumake openssl # Splash de u-boot ubootTools |
