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
0937f7dfcabcd37b001643f3ded6cfe19185cfbf
92 B
view raw
1
# deadnix: skip
2
{
inputs
,
.
.
.
}:
final
:
prev
:
{
py
=
inputs
.
self
.
packages
.
${
prev
.
system
}
;
}