Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #8 from vic/release-v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vic authored Dec 7, 2021
2 parents 7c993ec + 1b2fa9e commit 65ac2d7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
* usage documentation.
1 change: 1 addition & 0 deletions version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.2.0

0 comments on commit 65ac2d7

Please sign in to comment.