From e8c8fe8d137f8ddb8dc4e547c80e762cd849bee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 6 Oct 2022 13:29:22 +0200 Subject: devShells: fix issues introduced with latest commit --- devShells/nuttx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devShells/nuttx.nix') diff --git a/devShells/nuttx.nix b/devShells/nuttx.nix index 145df61..0246ad2 100644 --- a/devShells/nuttx.nix +++ b/devShells/nuttx.nix @@ -15,7 +15,7 @@ let }; }; -in pkgs.mkShell { +in pkgs.buildPackages.mkShell { packages = with pkgs.buildPackages; [ kconfig-frontends genromfs xxd openocd -- cgit v1.2.3