diff options
author | Ben Sima <ben@bsima.me> | 2023-07-28 21:05:57 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2023-07-28 21:05:57 -0400 |
commit | cd0b32e234fcf17bbc7195918cdcd289b90c39e5 (patch) | |
tree | 17f23b84617801e2bbe4f222cb3f61c7519ff23b /Biz/Bild.nix | |
parent | a6c7ac84259269183ff3b5922232da7b2da552e6 (diff) |
Add NIX_CFLAGS_COMPILE and some deps
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 ]; |