diff options
author | Ben Sima <ben@bsima.me> | 2024-04-02 00:08:24 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2024-04-02 00:11:33 -0400 |
commit | d7383136dc434a35f7c7efa65343dd0bafea5256 (patch) | |
tree | 44fabbb11dde4122854a5d18ccd138dfb4c83a53 /Biz/Bild/Deps.nix | |
parent | 6040b2ceae7e6f4a0d41052663bf7826d1e52b4a (diff) |
Add llama-cpp from nixos-23.11
Removes my custom llama-cpp build and instead pulls in the upstream build from
nixos-23.11.
Diffstat (limited to 'Biz/Bild/Deps.nix')
-rw-r--r-- | Biz/Bild/Deps.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Biz/Bild/Deps.nix b/Biz/Bild/Deps.nix index bc4b638..9a18c90 100644 --- a/Biz/Bild/Deps.nix +++ b/Biz/Bild/Deps.nix @@ -83,7 +83,5 @@ in rec { ]; }; - llama-cpp = super.callPackage ./Deps/llama-cpp.nix { }; - nostr-rs-relay = super.callPackage ./Deps/nostr-rs-relay.nix { }; } |