From 37cb70e417010417fabb10c789c87a5eb79ac151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 15 Mar 2024 10:56:06 +0100 Subject: devShells: drop those that I do not use offten --- devShells/default.nix | 7 ------- 1 file changed, 7 deletions(-) (limited to 'devShells/default.nix') diff --git a/devShells/default.nix b/devShells/default.nix index 1e46ad0..882f828 100644 --- a/devShells/default.nix +++ b/devShells/default.nix @@ -1,11 +1,4 @@ pkgs: rec { - armv7e = import ./nuttx.nix pkgs c { - arch = "armv7e-m"; - fpu = "vfpv3-d16"; - }; - espc = import ./nuttx.nix pkgs c {arch = "rv32imc";}; c = import ./c.nix pkgs; - qt = import ./qt.nix pkgs c; - python = import ./python.nix pkgs; apo = import ./apo.nix pkgs c; } -- cgit v1.2.3