tangled
alpha
login
or
join now
pyrox.dev
/
nix
My Nix Configuration
1
fork
atom
overview
issues
pulls
pipelines
nix
/
overlays
/
pyronet-packages
/
default.nix
at
e71b6b145dd28a6187a85ceef3a3521997a522cd
92 B
view raw
1
# deadnix: skip
2
{
inputs
,
.
.
.
}:
final
:
prev
:
{
py
=
inputs
.
self
.
packages
.
${
prev
.
system
}
;
}