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/nixpkgs
base: 922b04180954
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 464633d5f741
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 6, 2021

  1. dockerTools: Don't apologize

    Warning about future breaking changes is wrong.
    
     - It suggests that the maintainers don't value backwards compatibility.
       They do.
     - It implies that other parts of Nixpkgs won't ever break. They will.
     - It implies that a well-defined "public" interface exists. It doesn't.
     - If the reasons above didn't apply, it should have been in the manual
       instead.
    
    Breaking changes will come, especially to the interface. That can be the
    only way we can make progress without breaking the image _contents_.
    
    I don't think dockerTools is any different from most of Nixpkgs in
    these regards.
    roberth committed Jan 6, 2021
    Copy the full SHA
    a31607f View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Merge pull request #108581 from roberth/dockerTools-don't-apologize

    dockerTools: Don't apologize
    danieldk committed Jan 8, 2021
    Copy the full SHA
    464633d View commit details
    Browse the repository at this point in the history