From b115ee1afc5b6796cbcb51d46fb027f35b5d7986 Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 19 Mar 2019 21:31:46 +0100 Subject: [PATCH] shell.nix: rm obsolete parameter --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 2f098ff..fc83b06 100644 --- a/shell.nix +++ b/shell.nix @@ -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