packaging nonsense
This commit is contained in:
parent
a911ee93f8
commit
6d8ebdaeaa
6
flake.lock
generated
6
flake.lock
generated
@ -58,11 +58,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1614535430,
|
"lastModified": 1691990649,
|
||||||
"narHash": "sha256-kZwi0CooIOmFrk9eIteYSZIr4a4DVTEYV7UnURs6DSM=",
|
"narHash": "sha256-gMbKOiX1HwClRP9lADaaV/lnZr93NEaOFe4ApDx/zd8=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "0aeba64fb26e4defa0842a942757144659c6e29f",
|
"rev": "6e287913f7b1ef537c97aa301b67c34ea46b640f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
16
flake.nix
16
flake.nix
@ -35,7 +35,21 @@
|
|||||||
|
|
||||||
src = gitignore.lib.gitignoreSource ./.;
|
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 = {
|
buildVars = {
|
||||||
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD = "1";
|
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD = "1";
|
||||||
|
6295
package-lock.json
generated
6295
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user