all-packages.nix: reorder git-and-tools expressions#202465
all-packages.nix: reorder git-and-tools expressions#202465AndersonTorres merged 1 commit intoNixOS:masterfrom atorres1985-contrib:git-and-tools-are-back
Conversation
|
For the log: next I will group all those expressions inside a typical |
So you're basically reverting #109396? |
Partially, I would say. Forcing anyone to prefix everything with They will all stay in the top-level - but transparently, using Hopefully no one will notice... |
Frankly I think this is a waste of time and effort, strong no from me. (And I don't mean just your time and effort in making these PRs, I also mean everyone else's who has to deal with it in the future) |
|
Maybe not. This already happens within Nixpkgs, especially
I will give this a shot. |
|
For now this is OK. I will leave the "next shot" to another future PR. |
If this means |
This commit serves as first step for refactor them in the next set of commits.
|
Uh, this didn't just reorder the lines, probably just due to "conflicts" accumulated over time. Example: - subsurface = libsForQt5.callPackage ../applications/misc/subsurface { };
+ subsurface = libsForQt514.callPackage ../applications/misc/subsurface { }; |
This commit serves as first step for refactor them in the next set of commits.
Description of changes
A scary reordering of lines.
Things done
sandbox = trueset innix.conf? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)nixos/doc/manual/md-to-db.shto update generated release notes