diff options
Diffstat (limited to 'Biz/Bild.nix')
-rw-r--r-- | Biz/Bild.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Biz/Bild.nix b/Biz/Bild.nix index 69fe5e1..a51a3d0 100644 --- a/Biz/Bild.nix +++ b/Biz/Bild.nix @@ -50,6 +50,9 @@ rec { private.ghcPackageSetBild rustc gcc + gdb + valgrind + argp-standalone (private.sbclWith (p: with p; [asdf alexandria])) # just enough to build Example.lisp ]; |