diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f95343..35232a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.2.0](https://www.github.com/vic/mk-darwin-system/compare/v0.1.0...v0.2.0) (2021-12-07) + + +### ⚠ BREAKING CHANGES + +* By using `darwinConfiguration` instead of `nixosConfiguration` we are able to use `darwin-rebuild --flake .` since nix-darwin expects the first attribute path and not the second. + +### Features + +* useGlobalPkgs, useUserPackages always true ([9a32b5b](https://www.github.com/vic/mk-darwin-system/commit/9a32b5b4077a87e1318624c030e4309433168da7)) + + +### Bug Fixes + +* Correct user and system PATH on shell init ([ab390ae](https://www.github.com/vic/mk-darwin-system/commit/ab390aea27d1230a6d204b0be1cd40755b2f1655)) +* Flake should expose `darwinConfiguration` ([ba4bce1](https://www.github.com/vic/mk-darwin-system/commit/ba4bce1a02358c94adad82461ea45318501a0915)) + ## [0.1.0](https://www.github.com/vic/mk-darwin-system/compare/444fd6c...v0.1.0) ### Features @@ -29,4 +46,4 @@ * show diff between configurations when activating a new system. * temporarily use haskell packages from intel since they wont compile on m1. Until [nixpkgs#126195](https://github.com/NixOS/nixpkgs/pull/126195) gets merged. * add basic example at `examples/minimal/flake.nix` -* usage documentation. \ No newline at end of file +* usage documentation. diff --git a/version.txt b/version.txt new file mode 100644 index 0000000..0ea3a94 --- /dev/null +++ b/version.txt @@ -0,0 +1 @@ +0.2.0