From 15bd5a0e017bb1635ca82e013bf6c3d070b37572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 13 Jun 2022 17:11:58 +0200 Subject: devShells: fix amrv6 and allow fpu to be used --- nixos/modules/develop.nix | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'nixos/modules') diff --git a/nixos/modules/develop.nix b/nixos/modules/develop.nix index c9a0c22..2ddd928 100644 --- a/nixos/modules/develop.nix +++ b/nixos/modules/develop.nix @@ -4,21 +4,6 @@ with lib; let - armv6l = (import nixpkgs.outPath { - localSystem = config.system.build.toplevel.system; - crossSystem = { - config = "armv6l-none-eabi"; - libc = "newlib"; - }; - }); - armv7l = (import nixpkgs.outPath { - localSystem = config.system.build.toplevel.system; - crossSystem = { - config = "armv7l-none-eabi"; - libc = "newlib"; - }; - }); - in { options = { @@ -94,9 +79,6 @@ in { # Bare metal openocd - #armv6l.buildPackages.gcc armv6l.buildPackages.gdb - #armv7l.buildPackages.gcc armv7l.buildPackages.gdb - pkgsCross.arm-embedded.buildPackages.gcc # Documentation man-pages man-pages-posix -- cgit v1.2.3