diff options
| author | vin <vin@vineetk.net> | 2025-04-25 02:46:16 -0400 |
|---|---|---|
| committer | vin <vin@vineetk.net> | 2025-04-25 02:46:16 -0400 |
| commit | 0310e7ab4300f3015622ea3793aa2115f9213459 (patch) | |
| tree | 5b763f0d19af04109d63e061f62b5b9fde216c81 /flake.nix | |
| parent | e7aa63d71cf5167ee603e165db67a5a9cce6362a (diff) | |
demiurge: add alvr and bs-manager
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -32,11 +32,9 @@ | |||
| 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"; | ||
| 37 | }; | 35 | }; |
| 38 | 36 | ||
| 39 | outputs = { self, home-manager, nixpkgs, nixpkgs-stable, nixpkgs-deathraymind, everblush-gtk, agenix, simple-nixos-mailserver, llama-cpp, ... }@inputs: { | 37 | outputs = { self, home-manager, nixpkgs, nixpkgs-stable, everblush-gtk, agenix, simple-nixos-mailserver, llama-cpp, ... }@inputs: { |
| 40 | # TODO: deduplicate this | 38 | # TODO: deduplicate this |
| 41 | nixosConfigurations = { | 39 | nixosConfigurations = { |
| 42 | demiurge = nixpkgs.lib.nixosSystem { | 40 | demiurge = nixpkgs.lib.nixosSystem { |
