Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at gcc-offload 34 lines 624 B view raw
1# This file has been generated by node2nix 1.11.1. Do not edit! 2 3{ 4 pkgs ? import <nixpkgs> { 5 inherit system; 6 }, 7 system ? builtins.currentSystem, 8 nodejs ? pkgs."nodejs_18", 9}: 10 11let 12 nodeEnv = import ./node-env.nix { 13 inherit (pkgs) 14 stdenv 15 lib 16 python2 17 runCommand 18 writeTextFile 19 writeShellScript 20 ; 21 inherit pkgs nodejs; 22 libtool = if pkgs.stdenv.hostPlatform.isDarwin then pkgs.cctools or pkgs.darwin.cctools else null; 23 }; 24in 25import ./node-packages.nix { 26 inherit (pkgs) 27 fetchurl 28 nix-gitignore 29 stdenv 30 lib 31 fetchgit 32 ; 33 inherit nodeEnv; 34}