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 +- devShells/qt.nix | 2 +- devShells/riscv.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'devShells') 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 diff --git a/devShells/qt.nix b/devShells/qt.nix index 36d41c8..b69aec1 100644 --- a/devShells/qt.nix +++ b/devShells/qt.nix @@ -21,5 +21,5 @@ in pkgs.mkShell { })) ]); inputsFrom = with pkgs; [ default c ]; - meta.platforms = nixpkgs.lib.platforms.linux; + meta.platforms = ["x86_64-linux"]; } diff --git a/devShells/riscv.nix b/devShells/riscv.nix index 0bcacb4..f17b85d 100644 --- a/devShells/riscv.nix +++ b/devShells/riscv.nix @@ -13,7 +13,7 @@ let }; }; -in pkgs.mkShell { +in pkgs.buildPackages.mkShell { packages = with pkgs.buildPackages; [ qtrvsim gcc pkg-config -- cgit v1.2.3