[Nix-dev] per project env conf
Catonano
catonano at gmail.com
Tue Mar 3 14:02:30 CET 2015
2015-03-03 10:49 GMT+01:00 Domen Kožar <domen at dev.si>:
>
> That snippet is not from Development section, see
http://nixos.org/nixpkgs/manual/#python-development
My bad.
Reinstalled from scratch, back on nixpkgs channel, this piece works
with import <nixpkgs> {};
buildPythonPackage {
name = "myproject";
buildInputs = with pkgs.pythonPackages; [ pyramid ];
src = ./.;
}
As for the Ruby stuff, I don't need it right now. I'll be back on it in
the future, I'll see if and how I'll manage to make it work on the unstable
branch
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.science.uu.nl/pipermail/nix-dev/attachments/20150303/92402623/attachment.html
More information about the nix-dev
mailing list