Skip to content

cillianderoiste/pypi2nix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate nix expressions

Using pypi2nix with pip::

% pip install pypi2nix
% pypi2nix Plone --dists Plone --ignore Pillow --output plone.nix

or shorter:

% pypi2nix Plone -d Plone -i elementtree -o plone.nix

Using pypi2nix with zc.buildout::

[plone2nix]
recipe = pypi2nix
eggs = Plone
output = plone.nix
ignores =
    Pillow

Above section will generate plone2nix script which will call pypi2nix script with arguments defined in that section.

Using generated nix expresions in nixos

TODO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%