ronin-rb / ronin-template

Ronin library template
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Add a Nix file for setting up a Ruby development environment #10

Open postmodern opened 8 months ago

postmodern commented 8 months ago

Add a generic Nix definition/build file for setting up a Ruby development environment. This should make it easier for Nix users to quickly setup a development environment for a ronin library. This file will then be copied into all of the other repositories.

zzJZzz commented 2 months ago

I have not worked with nix yet but it seems simple enough. I'd be glad to contribute to this.

postmodern commented 2 months ago

@zzJZzz I would familiarize yourself with Nix first and research existing Nix Ruby dev environment files first. Nix is it's own unique package/environment management language.