Skip to content

Commit

Permalink
nix: set gltfpack path
Browse files Browse the repository at this point in the history
  • Loading branch information
icewind1991 committed Aug 29, 2024
1 parent 542d61d commit 83216dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
stdenv,
rust-bin,
makeRustPlatform,
meshoptimizer,
lib,
}: let
toolchain = rust-bin.stable.latest.default;
Expand All @@ -16,8 +17,12 @@ in
pname = "vbsp-server";
version = "0.1.0";

GLTFPACK = "${meshoptimizer}/bin/gltfpack";

inherit src;

doCheck = false;

cargoLock = {
lockFile = ./Cargo.lock;
};
Expand Down

0 comments on commit 83216dd

Please sign in to comment.