Advertisement
Guest User

Untitled

a guest
Jun 11th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. λ cat /private/tmp/nix-npm-install/grunt-cli/default.nix
  2. # This file has been generated by node2nix 1.5.3. Do not edit!
  3.  
  4. {pkgs ? import <nixpkgs> {
  5. inherit system;
  6. }, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-4_x"}:
  7.  
  8. let
  9. nodeEnv = import ./node-env.nix {
  10. inherit (pkgs) stdenv python2 utillinux runCommand writeTextFile;
  11. inherit nodejs;
  12. libtool = if pkgs.stdenv.isDarwin then pkgs.darwin.cctools else null;
  13. };
  14. in
  15. import ./node-packages.nix {
  16. inherit (pkgs) fetchurl fetchgit;
  17. inherit nodeEnv;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement