summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2024-04-17 15:03:09 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2024-04-17 15:03:09 +0200
commitc1572ff1c275145208333e3e69c29c569689e51b (patch)
tree8c063016008ceac98a926bda5487794f710e3eeb /default.nix
parent1a2299a70280867b93fde4050833d4bd2b419884 (diff)
Moved to platform description in structs
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
];
};