summaryrefslogtreecommitdiff
path: root/Biz
diff options
context:
space:
mode:
Diffstat (limited to 'Biz')
-rw-r--r--Biz/Bild.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/Biz/Bild.nix b/Biz/Bild.nix
index 40309a1..abff330 100644
--- a/Biz/Bild.nix
+++ b/Biz/Bild.nix
@@ -48,7 +48,9 @@ rec {
propagatedBuildInputs = with nixpkgs; [
pkg-config
guile_3_0
- sbcl
+ rustc
+ gcc
+ (private.sbclWith (p: with p; [asdf alexandria])) # just enough to build Example.lisp
];
strictDeps = true;
buildPhase = ''
@@ -126,7 +128,6 @@ rec {
name = "bizdev";
# this should just be dev tools
buildInputs = with nixpkgs.pkgs; linters ++ [
- gcc
bild
ctags
figlet