My First Contributions to nixpkgs and open source - Alper Çelik's blog #2
Replies: 1 comment 1 reply
-
|
discussions on other platforms (add the link to discussion as a reply to this comment): |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My First Contributions to nixpkgs and open source - Alper Çelik's blog
in this blogpost i hope to explain my experience of contributing to nixpkgs until this moment
Note: i am not a native english speaker please let me know my mistakes and help me improve my english
Creating my first package (derivition) i was working on my experimental accessibility program when working on accessibility abstraction of it i wanted to reflect over enums on c++ for looping over enums, doing map lookups, and for printing in program names of atspi enums for doing theses i wanted to use magic enum library for doing these but this wasn’t packaged in nixpkgs unlike my other dependencies so i went ahead and created a simple derivation(package) in my flake.
https://blog.alper-celik.dev/posts/my-first-contributions-to-nixpkgs-and-open-source/
Beta Was this translation helpful? Give feedback.
All reactions