aboutsummaryrefslogtreecommitdiff
path: root/libs.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-08 11:36:57 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-08 11:36:57 +0200
commit803d2d9f35005f10eb43e4568b7f0444d3f9d6aa (patch)
tree233956ffac3ac475de60d74e2e08211d180640cb /libs.nix
parent3d409f87695d58f3744996b3ecd99ad5095b5783 (diff)
downloadNix-803d2d9f35005f10eb43e4568b7f0444d3f9d6aa.tar.gz
Nix-803d2d9f35005f10eb43e4568b7f0444d3f9d6aa.tar.zst
Nix-803d2d9f35005f10eb43e4568b7f0444d3f9d6aa.zip
Move node-env file to a generic location
Diffstat (limited to 'libs.nix')
-rw-r--r--libs.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs.nix b/libs.nix
index 630b139..eb00311 100644
--- a/libs.nix
+++ b/libs.nix
@@ -12,6 +12,8 @@ rec {
12 in 12 in
13 (callPackage src {}) // { inherit src; }; 13 (callPackage src {}) // { inherit src; };
14 14
15 nodeEnv = import ./lib/node-env.nix;
16
15 fetchedGithub = path: 17 fetchedGithub = path:
16 let 18 let
17 json = lib.importJSON path; 19 json = lib.importJSON path;