From 6a6d2511659da22f1cdb1475322998c7ea8ad126 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Tue, 30 May 2023 15:43:56 +0200 Subject: [PATCH] Update ChangeLog --- ChangeLog.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 02182ef..6103b3b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,26 @@ + +# 2023-05-30 + + - Fix a strictness issue in `perInput`, affecting `inputs'`, `self'`. + This has caused infinite recursions and potentially performance issues since + the introduction of these module arguments. + +# 2023-05-08 + + - Add [`importApply`](https://flake.parts/define-module-in-separate-file.html?highlight=importApply#importApply) for bringing variables from the flake scope into module files. + + - Add `mkDeferredModuleOption` as a generic name for the implementation of `mkPerSystemOption`. + +# 2023-03-26 + + - Add preliminary support for `disabledModules` for modules exposed via the importable `flakeModules` module. + This requires a Nixpkgs of 2023-03-09 or newer. + +# 2023-01-05 + + - Add importable `easyOverlay` module for defining an overlay "easily" by reusing `perSystem`. + This is not for consuming overlays. + # 2022-12-25 - Added a new `flake.flakeModules` option so a flake can expose a module