summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix7
1 files changed, 7 insertions, 0 deletions
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";