about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-12-18 09:58:27 -0500
committerGitHub <noreply@github.com>2023-12-18 09:58:27 -0500
commitfc5c9afd4d6374c92b4472c91dfa576301d7c295 (patch)
tree5f5857bb6b0502c76caa843c0d79004c76718dac /nixos/doc/manual
parentb3bd76d1591eb400db30f2a30a7333ed3eecc377 (diff)
parentc8f0d302c1a8cd893bb7a6e11f9176b54127239a (diff)
downloadnixlib-fc5c9afd4d6374c92b4472c91dfa576301d7c295.tar
nixlib-fc5c9afd4d6374c92b4472c91dfa576301d7c295.tar.gz
nixlib-fc5c9afd4d6374c92b4472c91dfa576301d7c295.tar.bz2
nixlib-fc5c9afd4d6374c92b4472c91dfa576301d7c295.tar.lz
nixlib-fc5c9afd4d6374c92b4472c91dfa576301d7c295.tar.xz
nixlib-fc5c9afd4d6374c92b4472c91dfa576301d7c295.tar.zst
nixlib-fc5c9afd4d6374c92b4472c91dfa576301d7c295.zip
Merge pull request #225513 from codedownio/julia-modules
Build arbitrary Julia package environments in Nixpkgs
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index 0cbb98199c55..619a77f4a9ca 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -14,6 +14,8 @@ In addition to numerous new and upgraded packages, this release has the followin
    - This can be disabled through the `environment.stub-ld.enable` option.
    - If you use `programs.nix-ld.enable`, no changes are needed. The stub will be disabled automatically.
 
+- Julia environments can now be built with arbitrary packages from the ecosystem using the `.withPackages` function. For example: `julia.withPackages ["Plots"]`.
+
 ## New Services {#sec-release-24.05-new-services}
 
 <!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->