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
abfc877c7d
IN-P3
/
shell.nix
6 lines
93 B
Nix
Raw
Blame
History
{
pkgs
?
import
<nixpkgs>
{
}
}:
with
pkgs
;
mkShell
{
buildInputs
=
[
python38
poetry
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink