This website requires JavaScript.
Explore
Help
Sign In
moritz
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
e10bfd9390
dotfiles
/
templates
/
python
/
shell.nix
6 lines
98 B
Nix
Raw
Blame
History
{
pkgs
?
import
<nixpkgs>
{
}
}:
pkgs
.
mkShell
{
buildInputs
=
with
pkgs
;
[
python3
poetry
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink