From 507252f378872f2b14751dc800fe5f1606c404b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 6 Oct 2022 10:56:42 +0200 Subject: devShells: tweak syntax and add czmq and libevent --- devShells/riscv.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'devShells/riscv.nix') diff --git a/devShells/riscv.nix b/devShells/riscv.nix index e9e33ef..0bcacb4 100644 --- a/devShells/riscv.nix +++ b/devShells/riscv.nix @@ -2,8 +2,7 @@ , default, c }: let - pkgs = nixpkgs.legacyPackages.${system}; - pkgs-riscv = import nixpkgs.outPath { + pkgs = import nixpkgs.outPath { localSystem = system; crossSystem = { config = "riscv32-none-elf"; @@ -15,11 +14,10 @@ let }; in pkgs.mkShell { - packages = (with pkgs; [ + packages = with pkgs.buildPackages; [ qtrvsim - ]) ++ (with pkgs-riscv.buildPackages; [ gcc pkg-config - ]); + ]; inputsFrom = [ default c ]; meta.platforms = nixpkgs.lib.platforms.linux; } -- cgit v1.2.3