tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
nixpkgs
/
pkgs
/
development
/
python-modules
/
nlopt
/
default.nix
at
r-updates
5 lines
91 B
view raw
wrap content
1
{
2
toPythonModule
,
3
pkgs
,
4
}:
5
toPythonModule
(
pkgs
.
nlopt
.
override
{
withPython
=
true
;
}
)