shell.nix: rm obsolete parameter

softspi
Astro 2019-03-19 21:31:46 +01:00
parent b385e96bc8
commit b115ee1afc
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ let
in
with pkgs;
let
rustPlatform = callPackage (import ./nix/rustPlatform.nix) { inherit rustChannel; };
rustPlatform = callPackage (import ./nix/rustPlatform.nix) {};
openocd = callPackage (import ./nix/openocd.nix) {};
# TODO: gdb 8.2.1 from NixOS >= 19.XX is multiarch by default.
# remove the following as `gdb` is already in scope