summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorvin <vin@vineetk.net>2025-03-18 03:22:17 -0400
committervin <vin@vineetk.net>2025-03-18 03:22:17 -0400
commit45e28543808a6bfb619ca4030c638c8779498295 (patch)
treee68f9b23f295a54cf3bfd5bde22b735d60e27f35 /flake.nix
parent21f7bd1df67d69e8f54ba3332b5c8625d4550b42 (diff)
demiurge: add llama-cpp to packages
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 0d05241..ef16063 100644
--- a/flake.nix
+++ b/flake.nix
@@ -32,7 +32,7 @@
32 }; 32 };
33 }; 33 };
34 34
35 outputs = { self, home-manager, nixpkgs, nixpkgs-stable, everblush-gtk, agenix, simple-nixos-mailserver, ... }@inputs: { 35 outputs = { self, home-manager, nixpkgs, nixpkgs-stable, everblush-gtk, agenix, simple-nixos-mailserver, llama-cpp, ... }@inputs: {
36 # TODO: deduplicate this 36 # TODO: deduplicate this
37 nixosConfigurations = { 37 nixosConfigurations = {
38 demiurge = nixpkgs.lib.nixosSystem { 38 demiurge = nixpkgs.lib.nixosSystem {