forked from M-Labs/thermostat
shell.nix: rm obsolete parameter
This commit is contained in:
parent
b385e96bc8
commit
b115ee1afc
|
@ -12,7 +12,7 @@ let
|
||||||
in
|
in
|
||||||
with pkgs;
|
with pkgs;
|
||||||
let
|
let
|
||||||
rustPlatform = callPackage (import ./nix/rustPlatform.nix) { inherit rustChannel; };
|
rustPlatform = callPackage (import ./nix/rustPlatform.nix) {};
|
||||||
openocd = callPackage (import ./nix/openocd.nix) {};
|
openocd = callPackage (import ./nix/openocd.nix) {};
|
||||||
# TODO: gdb 8.2.1 from NixOS >= 19.XX is multiarch by default.
|
# TODO: gdb 8.2.1 from NixOS >= 19.XX is multiarch by default.
|
||||||
# remove the following as `gdb` is already in scope
|
# remove the following as `gdb` is already in scope
|
||||||
|
|
Loading…
Reference in New Issue