##// END OF EJS Templates
artifacts: expose a special auth-token based artifacts download urls....
artifacts: expose a special auth-token based artifacts download urls. This will allow sharing download to external locations used new generated artifact download tokens. This feature allows also serving downloads using secret urls with all the fancy logic of our auth tokens.

File last commit:

r3157:ea43f174 default
r4003:09f31efc default
Show More
node-default.nix
16 lines | 476 B | text/x-nix | NixLexer
/ pkgs / node-default.nix
nix: update nix packages
r2916 # This file has been generated by node2nix 1.6.0. Do not edit!
dependencies: Generated node-packages based on node2nix
r707
{pkgs ? import <nixpkgs> {
inherit system;
node: bumped to nodejs8, and updated packages.
r3157 }, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-8_x"}:
dependencies: Generated node-packages based on node2nix
r707
let
nodeEnv = import ./node-env.nix {
nix: updated to 18.03 nix packages...
r2824 inherit (pkgs) stdenv python2 utillinux runCommand writeTextFile;
inherit nodejs;
libtool = if pkgs.stdenv.isDarwin then pkgs.darwin.cctools else null;
dependencies: Generated node-packages based on node2nix
r707 };
in
import ./node-packages.nix {
inherit (pkgs) fetchurl fetchgit;
inherit nodeEnv;
}