make sure poonam nixpkgs follows this flake. add llamacpp as input
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user