2nix
hoge2nixは、hogeでやっていたpackage管理をnixに任す
例えばnode2nixを使えば、今までnpmでpackageを管理していたものを、nixに管理させることが出来る
全てのpackage管理をnixに大統一できる
dream2nix
https://github.com/nix-community/dream2nix
generic版?
なんかすごそうだけどちゃんと見ていないmrsekut.icon
以下のようなやつを総称してhoge2nixと勝手に呼んでいる
適切な呼び方があるのかもしれない
node2nix
npmlock2nix
https://github.com/thomashoneyman/npmlock2nix
yarn2nix
https://github.com/Profpatsch/yarn2nix
cabal2nix
composer2nix
spago2nix
cargo2nix
poetry2nix
https://github.com/nix-community/poetry2nix
Poetry
elm2nix
https://github.com/cachix/elm2nix
gomod2nix
https://github.com/tweag/gomod2nix
https://www.tweag.io/blog/2021-03-04-gomod2nix/
bundix
https://github.com/nix-community/bundix
rubyのなんか
gemfileに対して実行し、projectで使用される依存関係(Rubyの依存関係を含む)のNix式を生成する
RubyのBundlerを使わずに済む
#??
正直、嬉しさの核心がまだわかっていないmrsekut.icon
wrapperになるので、その分つまるポイントが増える気もする
hoge2nixという名称は共通だができることには割と差があるよね?