this repo has no description
2
fork

Configure Feed

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

correctly import llamacpp

+42 -18
+41 -17
flake.lock
··· 211 211 }, 212 212 "flake-utils_2": { 213 213 "locked": { 214 + "lastModified": 1676283394, 215 + "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", 216 + "owner": "numtide", 217 + "repo": "flake-utils", 218 + "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", 219 + "type": "github" 220 + }, 221 + "original": { 222 + "owner": "numtide", 223 + "repo": "flake-utils", 224 + "type": "github" 225 + } 226 + }, 227 + "flake-utils_3": { 228 + "locked": { 214 229 "lastModified": 1659877975, 215 230 "narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=", 216 231 "owner": "numtide", ··· 260 275 "type": "github" 261 276 } 262 277 }, 278 + "llamacpp": { 279 + "inputs": { 280 + "flake-utils": "flake-utils_2", 281 + "nixpkgs": [ 282 + "unstable" 283 + ] 284 + }, 285 + "locked": { 286 + "lastModified": 1681311976, 287 + "narHash": "sha256-vxtBq4PeYkRWML6IJhbhDhdyBfaLSzCg1rNu2ozuPAk=", 288 + "owner": "ggerganov", 289 + "repo": "llama.cpp", 290 + "rev": "e7f6997f897a18b6372a6460e25c5f89e1469f1d", 291 + "type": "github" 292 + }, 293 + "original": { 294 + "owner": "ggerganov", 295 + "repo": "llama.cpp", 296 + "type": "github" 297 + } 298 + }, 263 299 "nix-matrix-appservices": { 264 300 "inputs": { 265 301 "devshell": "devshell", ··· 344 380 "type": "github" 345 381 } 346 382 }, 347 - "nixpkgs_3": { 348 - "locked": { 349 - "lastModified": 1662446902, 350 - "narHash": "sha256-Dmsd3jSG2ldZUlhFaIwunqgMf14EEK7ylXpw+OPDLxE=", 351 - "owner": "nixos", 352 - "repo": "nixpkgs", 353 - "rev": "3bfaf06b12253ddaafe64a67f4ed39b547d41667", 354 - "type": "github" 355 - }, 356 - "original": { 357 - "owner": "nixos", 358 - "repo": "nixpkgs", 359 - "type": "github" 360 - } 361 - }, 362 383 "nur": { 363 384 "locked": { 364 385 "lastModified": 1677243766, ··· 376 397 }, 377 398 "poonam": { 378 399 "inputs": { 379 - "nixpkgs": "nixpkgs_3", 400 + "nixpkgs": [ 401 + "nixpkgs" 402 + ], 380 403 "vimwiki-cli": "vimwiki-cli" 381 404 }, 382 405 "locked": { ··· 402 425 "eww": "eww", 403 426 "hardware": "hardware", 404 427 "home-manager": "home-manager", 428 + "llamacpp": "llamacpp", 405 429 "nix-matrix-appservices": "nix-matrix-appservices", 406 430 "nixos-hardware": "nixos-hardware", 407 431 "nixpkgs": "nixpkgs_2", ··· 414 438 }, 415 439 "rust-overlay": { 416 440 "inputs": { 417 - "flake-utils": "flake-utils_2", 441 + "flake-utils": "flake-utils_3", 418 442 "nixpkgs": [ 419 443 "nixpkgs" 420 444 ]
+1 -1
flake.nix
··· 42 42 tidalcycles.url = "github:mitchmindtree/tidalcycles.nix"; 43 43 tidalcycles.inputs.nixpkgs.follows = "unstable"; 44 44 llamacpp.url = "github:ggerganov/llama.cpp"; 45 - llamacpp.inputs.nixpkgs.url.follows = "unstable"; 45 + llamacpp.inputs.nixpkgs.follows = "unstable"; 46 46 # TODO hundred rabbits software 47 47 # TODO needs secrets 48 48 # dhyan.url = "git+ssh://gitea@git.sealight.xyz/aynish/dhyan?ref=main";