this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+8 -4
+4 -4
flake.lock
··· 380 380 "vimwiki-cli": "vimwiki-cli" 381 381 }, 382 382 "locked": { 383 - "lastModified": 1677160800, 384 - "narHash": "sha256-yTswUhooOK6p+hjHxYYnp28fvPMY6WQFHSnrWtGQ6Rg=", 383 + "lastModified": 1677484292, 384 + "narHash": "sha256-PpVd4OfsWSLGJEhdIuerWJJGEJUr+dF21V60GR6giKU=", 385 385 "ref": "main", 386 - "rev": "20ec13d94259ca079d6b7711d0209d9308c3b8cb", 387 - "revCount": 535, 386 + "rev": "ed3bc193a24be089757cbced39008a1b13ed267a", 387 + "revCount": 538, 388 388 "type": "git", 389 389 "url": "ssh://gitea@git.sealight.xyz/aynish/kitaab" 390 390 },
+4
flake.nix
··· 20 20 21 21 # Packages 22 22 poonam.url = "git+ssh://gitea@git.sealight.xyz/aynish/kitaab?ref=main"; 23 + poonam.inputs.nixpkgs.follows = "nixpkgs"; 23 24 basant.url = "git+ssh://gitea@git.sealight.xyz/aynish/basant?ref=main"; 24 25 basant.inputs.nixpkgs.follows = "nixpkgs"; 25 26 basant.inputs.poonam.follows = "poonam"; ··· 40 41 }; 41 42 tidalcycles.url = "github:mitchmindtree/tidalcycles.nix"; 42 43 tidalcycles.inputs.nixpkgs.follows = "unstable"; 44 + llamacpp.url = "github:ggerganov/llama.cpp"; 45 + llamacpp.inputs.nixpkgs.url.follows = "unstable"; 43 46 # TODO hundred rabbits software 44 47 # TODO needs secrets 45 48 # dhyan.url = "git+ssh://gitea@git.sealight.xyz/aynish/dhyan?ref=main"; ··· 64 67 , tidalcycles 65 68 , rust-overlay 66 69 , eww 70 + , llamacpp 67 71 , ... 68 72 }@inputs: 69 73 let