Skip to content

teamniteo/big-sur-poetry-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing various features of poetry2nix on Big Sur

Use this repo to create MREs (minimal reproducible example) to showcase various features and problems with poetry2nix.

How to use

# Enter nix-shell
$ nix-shell

# Try to import `trivial` package
[nix-shell:~/work/big-sur-poetry-test]$ python -m trivial
/nix/store/hpwbhg5pm8kxd93ar1dva1ixqhbz09n9-python3-3.9.6-env/bin/python3.9: No module named trivial

# Comment out docker-compose and try again
[nix-shell:~/work/big-sur-poetry-test]$ exit
$ nano shell.nix # comment out docker-compose
[nix-shell:~/work/big-sur-poetry-test]$ python -m trivial
Original

About

A repo to test nix-shell & poetry2nix on Big Sur

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published