about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorTom McLaughlin <tom@codedown.io>2023-12-10 23:13:24 -0800
committerTom McLaughlin <tom@codedown.io>2023-12-14 23:00:35 -0800
commitc8f0d302c1a8cd893bb7a6e11f9176b54127239a (patch)
treee1d20c60872a531e955b297fa50fd690f5afe1d0 /nixos/doc/manual
parent36bf6afd42e755bf51ce9678ce2710e1b1d68f99 (diff)
downloadnixlib-c8f0d302c1a8cd893bb7a6e11f9176b54127239a.tar
nixlib-c8f0d302c1a8cd893bb7a6e11f9176b54127239a.tar.gz
nixlib-c8f0d302c1a8cd893bb7a6e11f9176b54127239a.tar.bz2
nixlib-c8f0d302c1a8cd893bb7a6e11f9176b54127239a.tar.lz
nixlib-c8f0d302c1a8cd893bb7a6e11f9176b54127239a.tar.xz
nixlib-c8f0d302c1a8cd893bb7a6e11f9176b54127239a.tar.zst
nixlib-c8f0d302c1a8cd893bb7a6e11f9176b54127239a.zip
julia: add documentation to manual + release note
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 e44369ea6f98..ad9d2212e673 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. -->