summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/default.nix b/default.nix
index 2d97e9b..4315710 100644
--- a/default.nix
+++ b/default.nix
@@ -1,6 +1,6 @@
{ pkgs ? import <nixpkgs> {}
-, stdenv ? pkgs.llvmPackages_16.stdenv
-, clang-tools ? pkgs.clang-tools_16
+, stdenv ? pkgs.llvmPackages_17.stdenv
+, clang-tools ? pkgs.clang-tools_17
}:
let
@@ -94,7 +94,6 @@ in rec {
forstio.codec-netcdf
forstio.io
forstio.io-tls
- forstio.io_codec
];
};
@@ -102,6 +101,7 @@ in rec {
name = "forstio-unstable-${version}";
paths = [
forstio.remote-opencl
+ forstio.io_codec
# forstio.codec-minecraft
];
};