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