summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2025-01-11 16:38:39 -0600
committerAlejandro Soto <alejandro@34project.org>2025-01-11 16:38:39 -0600
commitb560049e1e9866c5a9f16e4a749194411d64a11b (patch)
tree47297a9614e87096c8c287b1f9cf513e701d5611 /flake.nix
parent344884ab44642af52a23a69137f87a289ae8f71f (diff)
flake, sys: remove conduit
Diffstat (limited to '')
-rw-r--r--flake.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/flake.nix b/flake.nix
index ed8ea1f..e117a31 100644
--- a/flake.nix
+++ b/flake.nix
@@ -30,12 +30,6 @@
};
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 =
@@ -50,7 +44,6 @@
, flake-utils
, lanzaboote
, vpsadminos
- , conduwuit
}:
let
system = "x86_64-linux";