From f6ab3d97afe3525ebecc3603f78024e688b591c5 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Thu, 18 Jan 2024 12:05:30 +0100 Subject: nix: Adding default symlinkJoin target --- default.nix | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 004ef89..f1f95c4 100644 --- a/default.nix +++ b/default.nix @@ -74,5 +74,18 @@ in rec { inherit stdenv; inherit clang-tools; }; - }; + }; + + all = pkgs.symlinkJoin { + name = "forstio-all-${version}"; + paths = [ + forstio.core + forstio.async + forstio.codec + forstio.codec-json + forstio.codec-netcdf + forstio.io + forstio.io-tls + ]; + }; } -- cgit v1.2.3