packaging nonsense

This commit is contained in:
notgne2 2023-08-15 10:01:00 -07:00
parent a911ee93f8
commit 6d8ebdaeaa
Signed by: notgne2
SSH Key Fingerprint: SHA256:iSW0TFXEwbewdtLmWZs+/zMwxrpB5SMBjoCVDv9Rd6I
3 changed files with 6288 additions and 29 deletions

6
flake.lock generated
View File

@ -58,11 +58,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1614535430,
"narHash": "sha256-kZwi0CooIOmFrk9eIteYSZIr4a4DVTEYV7UnURs6DSM=",
"lastModified": 1691990649,
"narHash": "sha256-gMbKOiX1HwClRP9lADaaV/lnZr93NEaOFe4ApDx/zd8=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "0aeba64fb26e4defa0842a942757144659c6e29f",
"rev": "6e287913f7b1ef537c97aa301b67c34ea46b640f",
"type": "github"
},
"original": {

View File

@ -35,7 +35,21 @@
src = gitignore.lib.gitignoreSource ./.;
nodeDependencies = with pkgs; [nasm zlib optipng libpng libtool automake autoconf vips pkgconfig python3 nodePackages.node-gyp];
nodeDependencies = with pkgs; [
nasm
zlib
optipng
libpng
libtool
automake
autoconf
vips
vips.dev
pkgconfig
python3
nodePackages.node-gyp
nodePackages.node-gyp-build
];
buildVars = {
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD = "1";

6295
package-lock.json generated

File diff suppressed because it is too large Load Diff