Skip to content

Releases: yelite/lite-config

v0.4.0

14 Aug 04:16
Compare
Choose a tag to compare
  • Add nixpkgs.perSystemOverrides to select a different nixpkgs for a particular system, which can be used to workaround build issues in some systems like aarch64-darwin.

Full Changelog: v0.3.0...v0.4.0

v0.3.0

01 Apr 03:58
Compare
Choose a tag to compare

The top-level systemModule and homeModule options becomes systemModules and homeModules, which are lists of system modules and home modules. This makes it possible to extend system modules and home modules in different places, which is useful in a multi-flake layout.

Full Changelog: v0.2.0...v0.3.0

v0.2.0

25 Mar 04:44
Compare
Choose a tag to compare

Rename from lite-system to lite-config. No breaking change except that the top-level config attribute name is now lite-config.