tangled
alpha
login
or
join now
stau.space
/
omnium-gatherum
0
fork
atom
My omnium-gatherom of scripts and source code.
0
fork
atom
overview
issues
pulls
pipelines
omnium-gatherum
/
Python
/
presentation-examples
/
shell.nix
at
main
7 lines
89 B
view raw
wrap content
Diego A. Estrada Rivera
backup: 2024-12-19T19:48:45-04:00
1y ago
d000526f
1
{
pkgs
?
import
<nixpkgs>
{
}
}:
2
3
pkgs
.
mkShell
{
4
packages
=
with
pkgs
;
[
5
python3
6
]
;
7
}