From 08ce9a42392cf8c7fdabf7c51069381ba5455dc7 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Tue, 11 Oct 2022 19:20:13 +0100 Subject: [PATCH] Update ChangeLog.md --- ChangeLog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 5fa26b3..9b693f1 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,13 @@ +# 2022-10-11 + + - The `nixpkgs` input has been renamed to `nixpkgs-lib` to signify that the + only dependency is on the `lib` attribute, which can be provided by either + the `nixpkgs?dir=lib` subflake or by the `nixpkgs` flake itself. + + - The templates now use the default, _fixed_ `nixpkgs?dir=lib` dependency instead + of a _following_ `nixpkgs` dependency. + # 2022-05-25 - `perSystem` is not a `functionTo submodule` anymore, but a `deferredModule`,