make sure poonam nixpkgs follows this flake. add llamacpp as input

This commit is contained in:
Anish Lakhwara
2023-04-13 13:55:28 +10:00
parent f4b5cf9d50
commit 88f35c9099
2 changed files with 8 additions and 4 deletions
+4
View File
@@ -20,6 +20,7 @@
# Packages
poonam.url = "git+ssh://gitea@git.sealight.xyz/aynish/kitaab?ref=main";
poonam.inputs.nixpkgs.follows = "nixpkgs";
basant.url = "git+ssh://gitea@git.sealight.xyz/aynish/basant?ref=main";
basant.inputs.nixpkgs.follows = "nixpkgs";
basant.inputs.poonam.follows = "poonam";
@@ -40,6 +41,8 @@
};
tidalcycles.url = "github:mitchmindtree/tidalcycles.nix";
tidalcycles.inputs.nixpkgs.follows = "unstable";
llamacpp.url = "github:ggerganov/llama.cpp";
llamacpp.inputs.nixpkgs.url.follows = "unstable";
# TODO hundred rabbits software
# TODO needs secrets
# dhyan.url = "git+ssh://gitea@git.sealight.xyz/aynish/dhyan?ref=main";
@@ -64,6 +67,7 @@
, tidalcycles
, rust-overlay
, eww
, llamacpp
, ...
}@inputs:
let