diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-01-11 16:38:39 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-01-11 16:38:39 -0600 |
| commit | b560049e1e9866c5a9f16e4a749194411d64a11b (patch) | |
| tree | 47297a9614e87096c8c287b1f9cf513e701d5611 /flake.nix | |
| parent | 344884ab44642af52a23a69137f87a289ae8f71f (diff) | |
flake, sys: remove conduit
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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"; |
