update changelog for 0.3.0

This commit is contained in:
jacekpoz 2024-09-12 23:15:37 +02:00
parent 3aee669ea2
commit 90b56eac6e
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -3,3 +3,10 @@
# 0.2.0
- made `file` in entries optional
# 0.3.0
- set nixpkgs input as unstable by default
- added `github:nix-systems/default` as an input
- moved the following outputs:
- `engines.${system}.default` -> `functions.${system}.engine`
- introduced `mkNteDerivation` helper function (`functions.${system}.mkNteDerivation`)