wl-kbptr icon indicating copy to clipboard operation
wl-kbptr copied to clipboard

feat: add nix flake

Open theoparis opened this issue 2 years ago • 2 comments

nix run github:theoparis/wl-kbptr

theoparis avatar Jun 17 '23 00:06 theoparis

Thank you for your PR @theoparis. I'm happy to see that someone finds this tool useful even without having "advertised" the project. I'm still trying out stuff and deciding what I want this tool to work and look like. If you have inputs, I'd be happy to hear.

Regarding your changes, I'm trying to keep the build system minimal as maintaining tools across projects can start adding up. However I'd be open to try new things should it make things easier and solve a problem. Could you explain what problem this solves and how you see this being used with the project?

moverest avatar Jun 22 '23 22:06 moverest

This adds a Nix flake that can be used with the Nix package manager which works on any linux distribution. Nixpkgs provides over 80,000 packages, some of which even work on MacOS.

One thing I did not consider was upstreaming this nix flake to the nixpkgs repository. If I were to create a PR to nixpkgs you could end up using: nix run nixpkgs#wlr-kbptr.

theoparis avatar Sep 16 '23 02:09 theoparis

I've packaged it, so it's possible to mentioned it in the README, in the Installation section

luftmensch-luftmensch avatar Jun 13 '24 08:06 luftmensch-luftmensch

Thanks! That's pretty cool. I've added it to the README.

moverest avatar Jun 13 '24 21:06 moverest