This website requires JavaScript.
Explore
Help
Sign In
chavalitros
/
IN-P3
Watch
1
Star
0
Fork
You've already forked IN-P3
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
3848a25c32
IN-P3
/
shell.nix
6 lines
93 B
Nix
Raw
Normal View
History
Unescape
Escape
Use poetry for dependency management
2020-12-31 01:56:28 +01:00
{
pkgs
?
import
<nixpkgs>
{
}
}:
Initial commit
2020-12-16 17:55:31 +01:00
with
pkgs
;
Use poetry for dependency management
2020-12-31 01:56:28 +01:00
mkShell
{
buildInputs
=
[
python38
poetry
]
;
}