From 08e10dec6b00cedf7aa6395d195a32860e35a690 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 19 Jul 2022 14:22:53 -0400 Subject: Provision lisp repls with nix asdf seems to always be necessary for any other packages to work, so I just include that in the call to nix-shell, and swank is included because it's just useful to start a repl server. --- Biz/Bild.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Biz/Bild.nix') diff --git a/Biz/Bild.nix b/Biz/Bild.nix index e675b68..700ea36 100644 --- a/Biz/Bild.nix +++ b/Biz/Bild.nix @@ -23,6 +23,8 @@ rec { ghcWith = nixpkgs.haskell.packages.${constants.ghcCompiler}.ghcWithHoogle; #mkGhcjsPackageSet = nixpkgs.haskell.packages.${ghcjsCompiler}.ghcWithPackages; + sbclWith = nixpkgs.lispPackages_new.sbclWithPackages; + ghcPackageSetFull = private.ghcWith private.haskellDeps; ghcPackageSetBild = private.ghcWith (hpkgs: with hpkgs; [ aeson async base bytestring conduit conduit-extra containers directory @@ -154,8 +156,6 @@ rec { #python38Packages.black #python38Packages.pylint rustc - sbcl - lispPackages.swank shellcheck wemux ] ++ lib.optional nixpkgs.stdenv.isLinux [ -- cgit v1.2.3