about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorMathew Polzin <matt.polzin@gmail.com>2023-12-22 09:32:19 -0600
committerMathew Polzin <matt.polzin@gmail.com>2023-12-22 10:02:10 -0600
commite09aaf7b5514c1432f86314170df452debe26cae (patch)
treeb1bc4d75eea591f330685bfd143fd74b7e9d3684 /nixos/doc/manual
parenta126cb7d59b5eb11af49c83edd6e080c044849d9 (diff)
downloadnixlib-e09aaf7b5514c1432f86314170df452debe26cae.tar
nixlib-e09aaf7b5514c1432f86314170df452debe26cae.tar.gz
nixlib-e09aaf7b5514c1432f86314170df452debe26cae.tar.bz2
nixlib-e09aaf7b5514c1432f86314170df452debe26cae.tar.lz
nixlib-e09aaf7b5514c1432f86314170df452debe26cae.tar.xz
nixlib-e09aaf7b5514c1432f86314170df452debe26cae.tar.zst
nixlib-e09aaf7b5514c1432f86314170df452debe26cae.zip
idris2: 0.6.0 -> 0.7.0
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 b036f40f4dc8..5a1ab55209e0 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -39,6 +39,8 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 
 - `k9s` was updated to v0.29. There have been breaking changes in the config file format, check out the [changelog](https://github.com/derailed/k9s/releases/tag/v0.29.0) for details.
 
+- `idris2` was updated to v0.7.0. This version introduces breaking changes. Check out the [changelog](https://github.com/idris-lang/Idris2/blob/v0.7.0/CHANGELOG.md#v070) for details.
+
 - `nitter` requires a `guest_accounts.jsonl` to be provided as a path or loaded into the default location at `/var/lib/nitter/guest_accounts.jsonl`. See [Guest Account Branch Deployment](https://github.com/zedeus/nitter/wiki/Guest-Account-Branch-Deployment) for details.
 
 - Invidious has changed its default database username from `kemal` to `invidious`. Setups involving an externally provisioned database (i.e. `services.invidious.database.createLocally == false`) should adjust their configuration accordingly. The old `kemal` user will not be removed automatically even when the database is provisioned automatically.(https://github.com/NixOS/nixpkgs/pull/265857)