mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
nodeenv: expose binary from python3Packages.nodeenv as an application package (#406031)
This commit is contained in:
commit
f1efa4a5f3
1 changed files with 4 additions and 0 deletions
4
pkgs/by-name/no/nodeenv/package.nix
Normal file
4
pkgs/by-name/no/nodeenv/package.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
python3Packages,
|
||||
}:
|
||||
python3Packages.toPythonApplication python3Packages.nodeenv
|
Loading…
Add table
Add a link
Reference in a new issue