Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at litex 60 lines 2.0 kB view raw
1# This file has been generated by node2nix 1.11.1. Do not edit! 2 3{nodeEnv, fetchurl, fetchgit, nix-gitignore, stdenv, lib, globalBuildInputs ? []}: 4 5let 6 sources = { 7 "@types/node-20.2.5" = { 8 name = "_at_types_slash_node"; 9 packageName = "@types/node"; 10 version = "20.2.5"; 11 src = fetchurl { 12 url = "https://registry.npmjs.org/@types/node/-/node-20.2.5.tgz"; 13 sha512 = "JJulVEQXmiY9Px5axXHeYGLSjhkZEnD+MDPDGbCbIAbMslkKwmygtZFy1X6s/075Yo94sf8GuSlFfPzysQrWZQ=="; 14 }; 15 }; 16 "fsevents-2.3.2" = { 17 name = "fsevents"; 18 packageName = "fsevents"; 19 version = "2.3.2"; 20 src = fetchurl { 21 url = "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz"; 22 sha512 = "xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA=="; 23 }; 24 }; 25 "playwright-core-1.34.3" = { 26 name = "playwright-core"; 27 packageName = "playwright-core"; 28 version = "1.34.3"; 29 src = fetchurl { 30 url = "https://registry.npmjs.org/playwright-core/-/playwright-core-1.34.3.tgz"; 31 sha512 = "2pWd6G7OHKemc5x1r1rp8aQcpvDh7goMBZlJv6Co5vCNLVcQJdhxRL09SGaY6HcyHH9aT4tiynZabMofVasBYw=="; 32 }; 33 }; 34 }; 35in 36{ 37 "@playwright/test-1.34.3" = nodeEnv.buildNodePackage { 38 name = "_at_playwright_slash_test"; 39 packageName = "@playwright/test"; 40 version = "1.34.3"; 41 src = fetchurl { 42 url = "https://registry.npmjs.org/@playwright/test/-/test-1.34.3.tgz"; 43 sha512 = "zPLef6w9P6T/iT6XDYG3mvGOqOyb6eHaV9XtkunYs0+OzxBtrPAAaHotc0X+PJ00WPPnLfFBTl7mf45Mn8DBmw=="; 44 }; 45 dependencies = [ 46 sources."@types/node-20.2.5" 47 sources."fsevents-2.3.2" 48 sources."playwright-core-1.34.3" 49 ]; 50 buildInputs = globalBuildInputs; 51 meta = { 52 description = "A high-level API to automate web browsers"; 53 homepage = "https://playwright.dev"; 54 license = "Apache-2.0"; 55 }; 56 production = true; 57 bypassCache = true; 58 reconstructLock = true; 59 }; 60}