Skip to content

Commit

Permalink
Document changes for 1.6.0 in new CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
sternenseemann authored and peti committed May 12, 2021
1 parent ae040dd commit ae11091
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions distribution-nixpkgs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Revision history for distribution-nixpkgs

## 1.6.0

* `Distribution.Nixpkgs.PackageMap`
* `readNixpkgPackageMap`: instead of a list of arguments to pass to
`nix-env`, take path to nixpkgs and an optional nix expression
to pass to it as arguments.
* `readNixpkgPackageMap`: populate `PackageMap` with *all* attribute
paths that point to derivations instead of just one per derivation.
This fixes `resolve` not finding certain identifiers if there were
two attributes pointing to the same derivation in nixpkgs. See also
[#9](https://github.com/peti/distribution-nixpkgs/issues/9).
2 changes: 2 additions & 0 deletions distribution-nixpkgs/distribution-nixpkgs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ bug-reports: https://github.com/peti/distribution-nixpkgs/issues
build-type: Simple
cabal-version: >= 1.10
data-files: derivation-attr-paths.nix
extra-source-files: CHANGELOG.md
README.md

source-repository head
type: git
Expand Down

0 comments on commit ae11091

Please sign in to comment.