diff options
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index fa8c2c0..011ca29 100644 --- a/default.nix +++ b/default.nix @@ -174,6 +174,7 @@ in rec { forstio.codec-json forstio.codec-netcdf forstio.io + forstio.io-tls forstio.io_codec forstio.remote forstio.remote-filesystem @@ -184,7 +185,6 @@ in rec { unstable = pkgs.symlinkJoin { name = "forstio-unstable-${version}"; paths = [ - forstio.io-tls forstio.remote-sycl forstio.remote-thread # forstio.codec-minecraft |
