summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-07-21 09:26:34 -0400
committerBen Sima <ben@bsima.me>2022-07-21 09:36:31 -0400
commit83c9055b3e238a6ae2c710d00497adf5974db5e0 (patch)
treeca36ded9ec143c5fdbb3e392d9702162172d2389
parent6c954007ed45aead42719a76ab38333f989f759e (diff)
Remove rustc and scheme from global environment
-rw-r--r--.envrc3
-rw-r--r--Biz/Bild.nix7
2 files changed, 0 insertions, 10 deletions
diff --git a/.envrc b/.envrc
index 9d75f3a..228ed82 100644
--- a/.envrc
+++ b/.envrc
@@ -13,9 +13,6 @@
# tools for editing go here
PATH_add $BIZ_ROOT/Biz/Ide
#
-# until 'repl' supports guile, this is needed
- export GUILE_LOAD_PATH=$BIZ_ROOT
-#
# Biz/Dragons.hs:
export GITHUB_CLIENT_ID=aa575dc96263bc99556d
export GITHUB_CLIENT_STATE=$(cat /proc/sys/kernel/random/uuid)
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
];
};