shell.nix: follow nix-scripts

pull/64/head
Sebastien Bourdeauducq 2022-01-05 07:54:07 +08:00
parent e81c6d1692
commit 85e8273d51
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ let
if latestRustNightly
then pkgs.rustChannelOfTargets "nightly" null [ "thumbv7em-none-eabihf" ]
else (pkgs.recurseIntoAttrs (
pkgs.callPackage (import <nix-scripts/stm32/rustPlatform.nix>) {}
pkgs.callPackage (import <nix-scripts/mcu/rustPlatform.nix>) {}
)).rust.cargo;
in
pkgs.mkShell {