From 1abc307caa0878b326d5dc1cee070ea2804cc270 Mon Sep 17 00:00:00 2001 From: Johannes Bornhold Date: Tue, 19 Jul 2016 14:52:11 +0200 Subject: [PATCH] nix: Add linkNodeModules to passthru This way it can also be used from the outside. Useful for release work. --- default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index 532899ef..6015b4dc 100644 --- a/default.nix +++ b/default.nix @@ -123,8 +123,9 @@ let # pkgs/default.nix? passthru = { inherit - pythonLocalOverrides - myPythonPackagesUnfix; + linkNodeModules + myPythonPackagesUnfix + pythonLocalOverrides; pythonPackages = self; };