-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert patching functionality and fix config handling
The patching functionality is fundamentally ill designed and makes the code complex to the point that it is increasingly hard to audit it for correctness. The root of evil and ill-design is that it is a work-around for what the Unoficial Flake Roadmap describes as follows: - flake inputs are flake inputs - patched flake inputs are flake inputs Furthermore this commit fixes a naive implementation of nixpkgs.config handling that causes nasty regressions on edge cases. Namely, not only can a nixpkgs config be a function, but also the merging semantics as defined by the module system requires detailed knowledge of the potential shape of the cofig attrs / function.
- Loading branch information
Showing
8 changed files
with
116 additions
and
217 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.