From 83c9055b3e238a6ae2c710d00497adf5974db5e0 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 21 Jul 2022 09:26:34 -0400 Subject: Remove rustc and scheme from global environment --- Biz/Bild.nix | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Biz/Bild.nix') diff --git a/Biz/Bild.nix b/Biz/Bild.nix index 47194ea..5a06595 100644 --- a/Biz/Bild.nix +++ b/Biz/Bild.nix @@ -88,7 +88,6 @@ rec { (lib.trivial.importJSON (runBildAnalyze main + "/analysis.json")); - ghc = main: let data = analyze main; @@ -155,14 +154,8 @@ rec { # not using python now, should remove #python38Packages.black #python38Packages.pylint - rustc shellcheck wemux - ] ++ lib.optional nixpkgs.stdenv.isLinux [ - # scheme deps (i think these are broken on macOS) - guile_3_0 - #inspekt3d - #libfive ]; }; -- cgit v1.2.3