From aeeb440774eba726a3abc17052546b1ccb8a35b3 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 12 Aug 2024 14:32:38 -0600 Subject: sys/conduit: switch to conduwuit --- flake.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 0be5c2a..edc43e1 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; -- cgit v1.2.3