summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-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";