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.
This commit is contained in:
parent
f41f0643f8
commit
a31607f904
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@
|
|||
system, # Note: This is the cross system we're compiling for
|
||||
}:
|
||||
|
||||
# WARNING: this API is unstable and may be subject to backwards-incompatible changes in the future.
|
||||
let
|
||||
|
||||
mkDbExtraCommand = contents: let
|
||||
|
|
Loading…
Reference in a new issue