From ad26d0668bb9fe17f4fdc52ae1d40a7951d2fdda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 7 Mar 2023 07:41:03 +0100 Subject: devShells: enable apo --- devShells/apo.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'devShells/apo.nix') diff --git a/devShells/apo.nix b/devShells/apo.nix index dd8b772..b036c9b 100644 --- a/devShells/apo.nix +++ b/devShells/apo.nix @@ -15,19 +15,19 @@ }; }; }; - mipsPkgs = import nixpkgs.outPath { - localSystem = system; - crossSystem = { - config = "mips-none-elf"; - libc = "newlib-nano"; - }; - }; + #mipsPkgs = import nixpkgs.outPath { + # localSystem = system; + # crossSystem = { + # config = "mips-none-elf"; + # libc = "newlib-nano"; + # }; + #}; in pkgs.buildPackages.mkShell { packages = with pkgs; [ qtrvsim riscvPkgs.buildPackages.gcc - mipsPkgs.buildPackages.gcc + #mipsPkgs.buildPackages.gcc ]; inputsFrom = [default c]; meta.platforms = nixpkgs.lib.platforms.linux; -- cgit v1.2.3