-
-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
treewide: use lib.singleton #754
Conversation
reduces indent depth, recommended by [rfc 0166](https://github.com/NixOS/rfcs/blob/master/rfcs/0166-nix-formatting.md#singleton-lists)
I don't got add label perms, could someone add backport release-24.11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for making this change!
However, it might be safe to say that most Nix users are (sadly) not very experienced with the available pkgs
and lib
functionality. I suggest not using lib.singleton
in the /docs/
documentation to reduce potential confusion.
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release-24.11
git worktree add -d .worktree/backport-754-to-release-24.11 origin/release-24.11
cd .worktree/backport-754-to-release-24.11
git switch --create backport-754-to-release-24.11
git cherry-pick -x 6d9867604efd73274bbe40fe974af66e9e3faa04 |
erm could someone backport this to 24.11 for me? |
reduces indent depth, recommended by rfc 0166