shell.nix: follow nix-scripts
This commit is contained in:
parent
e81c6d1692
commit
85e8273d51
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue