Quoting Linus Arver (2015-05-11 00:52:38)
> Hello,
> 
> I am still very new to Nix and NixOS so please bear with me.
> 
> I followed the instructions in the Nixpkgs manual[1] as well as the
> original announcement[2] to create a regular Nix package, which I could
> install by putting
> 
>     minitest = self.callPackage ./ruby/minitest {};
> 
> into my ~/.nixpkgs/config.nix. This allows me to install minitest into
> my current Nix profile.
> 
> If I have a Ruby project/app that has a single Gemfile, is there a way
> to create a 'shell.nix' file for it, like the command
> 
>     cabal2nix --shell . > shell.nix
> 
> for cabalized Haskell projects/apps?
> 

hi linus,

you might find a "recent" thread on mailing list interesting.
http://article.gmane.org/gmane.linux.distributions.nixos/15702



--
Rok Garbas - http://www.garbas.si

Attachment: signature.asc
Description: signature

_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to