From c1572ff1c275145208333e3e69c29c569689e51b Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 17 Apr 2024 15:03:09 +0200 Subject: Moved to platform description in structs --- default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'default.nix') diff --git a/default.nix b/default.nix index 2d97e9b..4315710 100644 --- a/default.nix +++ b/default.nix @@ -1,6 +1,6 @@ { pkgs ? import {} -, 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 ]; }; -- cgit v1.2.3