forked from M-Labs/thermostat
shell.nix: follow nix-scripts
This commit is contained in:
parent
e81c6d1692
commit
85e8273d51
|
@ -9,7 +9,7 @@ let
|
||||||
if latestRustNightly
|
if latestRustNightly
|
||||||
then pkgs.rustChannelOfTargets "nightly" null [ "thumbv7em-none-eabihf" ]
|
then pkgs.rustChannelOfTargets "nightly" null [ "thumbv7em-none-eabihf" ]
|
||||||
else (pkgs.recurseIntoAttrs (
|
else (pkgs.recurseIntoAttrs (
|
||||||
pkgs.callPackage (import <nix-scripts/stm32/rustPlatform.nix>) {}
|
pkgs.callPackage (import <nix-scripts/mcu/rustPlatform.nix>) {}
|
||||||
)).rust.cargo;
|
)).rust.cargo;
|
||||||
in
|
in
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
|
|
Loading…
Reference in New Issue