diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-08-12 14:32:38 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-08-12 18:11:48 -0600 |
| commit | aeeb440774eba726a3abc17052546b1ccb8a35b3 (patch) | |
| tree | 5334a0ef828170801c5ef6e86f7b73c65514ecf9 /flake.nix | |
| parent | 107f24b24c390214c3944b29b49ba76de694d8cf (diff) | |
sys/conduit: switch to conduwuit
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -35,6 +35,12 @@ }; vpsadminos.url = "github:vpsfreecz/vpsadminos"; + + conduwuit = { + url = "github:girlbossceo/conduwuit"; + #FIXME: PodrĂ¡ volver a "nixpkgs" una vez que rocksdb.enableLiburing llegue a stable + inputs.nixpkgs.follows = "unstable"; + }; }; outputs = @@ -49,6 +55,7 @@ , flake-utils , lanzaboote , vpsadminos + , conduwuit }: let system = "x86_64-linux"; |
