oppiliappan/dijo

Any plans to release on nixpkgs?

rpearce opened this issue · 5 comments

https://github.com/nixos/nixpkgs

I looked for dijo, $ nix-env -qaP | grep dijo, but couldn't find it! I'd love to install dijo just like I do cargo, rustc, and rustfmt, and I bet others would, too.

https://github.com/rpearce/dotfiles/blob/master/nix/home.nix#L92-L95

Thanks for making this!

@infinisil's PR to add dijo v0.1.5 to nixpkgs was merged yesterday!

I will add instructions to the readme and the wiki later today.

Amazing! And @infinisil is a pretty nice Nix person, if I may add

@NerdyPepper My PR is now in the latest unstable channel, so dijo can now be installed with

$ nix-env -f channel:nixpkgs-unstable -iA dijo

This notably works on all Linux distros and macOS as well

Gotcha, I will add that to the readme/wiki, thanks a bunch @infinisil!

Yeah as of today it's on nixpkgs-unstable -- sorry I didn't update when I saw it released! Thanks, @infinisil (I told you they were real a stand-up person)