Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/ofborg
base: 1657fc4bd077
Choose a base ref
...
head repository: NixOS/ofborg
compare: 85a3b3341e04
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 14, 2018

  1. add new eval checker for the package list with allowAliases = false

    closes #248
    
    By checking the package list without aliases, we can make it more
    likely that people do not introduce new aliases into `nixpkgs` without
    removing them from the repository. Aliases are supposed to be for
    backward compatibility.
    
    Also, we can make sure this configuration option continues to work for
    people. Noteably, this configuration option is used by
    r-ryantm/nixpkgs-update to avoid submitting duplicate pull requests
    for the package and its alias, and to use the correct (non-alaised)
    name in the pull request.
    ryantm committed Oct 14, 2018
    Copy the full SHA
    cd47393 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2018

  1. Merge pull request #250 from ryantm/noaliases

    add new eval checker for the package list with allowAliases = false
    grahamc committed Oct 15, 2018
    Copy the full SHA
    85a3b33 View commit details
    Browse the repository at this point in the history