diff options
| author | vin <vin@vineetk.net> | 2025-04-25 01:10:31 -0400 |
|---|---|---|
| committer | vin <vin@vineetk.net> | 2025-04-25 01:10:31 -0400 |
| commit | e7aa63d71cf5167ee603e165db67a5a9cce6362a (patch) | |
| tree | 12e807e312aca919908a19f3aadb657386b91938 /flake.nix | |
| parent | e099c0fd35c739f6390bd5579cf8fcb97277450d (diff) | |
itpanu
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -32,9 +32,11 @@ | |||
| 32 | url = "/data/src/clones/llm/llama.cpp_hjc4869"; | 32 | url = "/data/src/clones/llm/llama.cpp_hjc4869"; |
| 33 | inputs.nixpkgs.follows = "nixpkgs"; | 33 | inputs.nixpkgs.follows = "nixpkgs"; |
| 34 | }; | 34 | }; |
| 35 | |||
| 36 | nixpkgs-deathraymind.url = "github:Deathraymind/nixpkgs"; | ||
| 35 | }; | 37 | }; |
| 36 | 38 | ||
| 37 | outputs = { self, home-manager, nixpkgs, nixpkgs-stable, everblush-gtk, agenix, simple-nixos-mailserver, llama-cpp, ... }@inputs: { | 39 | outputs = { self, home-manager, nixpkgs, nixpkgs-stable, nixpkgs-deathraymind, everblush-gtk, agenix, simple-nixos-mailserver, llama-cpp, ... }@inputs: { |
| 38 | # TODO: deduplicate this | 40 | # TODO: deduplicate this |
| 39 | nixosConfigurations = { | 41 | nixosConfigurations = { |
| 40 | demiurge = nixpkgs.lib.nixosSystem { | 42 | demiurge = nixpkgs.lib.nixosSystem { |
