From 85e8273d51e6df6b073c680ac6c8c002e5356456 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 5 Jan 2022 07:54:07 +0800 Subject: [PATCH] shell.nix: follow nix-scripts --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 04bf3e6..d325fdc 100644 --- a/shell.nix +++ b/shell.nix @@ -9,7 +9,7 @@ let if latestRustNightly then pkgs.rustChannelOfTargets "nightly" null [ "thumbv7em-none-eabihf" ] else (pkgs.recurseIntoAttrs ( - pkgs.callPackage (import ) {} + pkgs.callPackage (import ) {} )).rust.cargo; in pkgs.mkShell {