From 803d2d9f35005f10eb43e4568b7f0444d3f9d6aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Wed, 8 May 2019 11:36:57 +0200 Subject: Move node-env file to a generic location --- libs.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs.nix') diff --git a/libs.nix b/libs.nix index 630b139..eb00311 100644 --- a/libs.nix +++ b/libs.nix @@ -12,6 +12,8 @@ rec { in (callPackage src {}) // { inherit src; }; + nodeEnv = import ./lib/node-env.nix; + fetchedGithub = path: let json = lib.importJSON path; -- cgit v1.2.3