From 8b0968b2054d3bb8d90b5ac056727f7c2ebeaed3 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Tue, 11 Dec 2018 18:10:48 +0300 Subject: (* HUGE *) Use nixpkgs overlays --- pkgs/postcss-cli/main.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pkgs/postcss-cli/main.nix (limited to 'pkgs/postcss-cli/main.nix') diff --git a/pkgs/postcss-cli/main.nix b/pkgs/postcss-cli/main.nix new file mode 100644 index 0000000..fa82945 --- /dev/null +++ b/pkgs/postcss-cli/main.nix @@ -0,0 +1,17 @@ +# This file has been generated by node2nix 1.5.3. Do not edit! + +{pkgs ? import { + inherit system; + }, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-8_x"}: + +let + nodeEnv = import ./node-env.nix { + inherit (pkgs) stdenv python2 utillinux runCommand writeTextFile; + inherit nodejs; + libtool = if pkgs.stdenv.isDarwin then pkgs.darwin.cctools else null; + }; +in +import ./node-packages.nix { + inherit (pkgs) fetchurl fetchgit; + inherit nodeEnv; +} \ No newline at end of file -- cgit v1.2.3