Skip to content

Commit

Permalink
chore: update titan
Browse files Browse the repository at this point in the history
  • Loading branch information
jakehamilton committed Aug 9, 2024
1 parent 8f48ea2 commit 4d4429c
Show file tree
Hide file tree
Showing 3 changed files with 240 additions and 382 deletions.
25 changes: 5 additions & 20 deletions packages/titan/create-node-packages.nix
Original file line number Diff line number Diff line change
@@ -1,32 +1,17 @@
# This file has been generated by node2nix 1.11.1. Do not edit!

{
pkgs ? import <nixpkgs> { inherit system; },
system ? builtins.currentSystem,
nodejs ? pkgs."nodejs_14",
}:
{pkgs ? import <nixpkgs> {
inherit system;
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs_14"}:

let
nodeEnv = import ./node-env.nix {
inherit (pkgs)
stdenv
lib
python2
runCommand
writeTextFile
writeShellScript
;
inherit (pkgs) stdenv lib python2 runCommand writeTextFile writeShellScript;
inherit pkgs nodejs;
libtool = if pkgs.stdenv.isDarwin then pkgs.darwin.cctools else null;
};
in
import ./node-packages.nix {
inherit (pkgs)
fetchurl
nix-gitignore
stdenv
lib
fetchgit
;
inherit (pkgs) fetchurl nix-gitignore stdenv lib fetchgit;
inherit nodeEnv;
}
Loading

0 comments on commit 4d4429c

Please sign in to comment.