1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2024-12-14 11:47:31 +00:00

Update ChangeLog.md

This commit is contained in:
Robert Hensing 2022-10-11 19:20:13 +01:00 committed by GitHub
parent 96dc4e696b
commit 08ce9a4239
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`,