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