fix(nix): use correct hxml file for deps

This commit is contained in:
LordMZTE 2024-08-21 19:15:55 +02:00
parent 5c36b83939
commit 22557f0314
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -44,7 +44,7 @@
packages.haxelib-deps = pkgs.stdenvNoCC.mkDerivation {
name = "haxelib-deps";
src = ./hx/build.hxml;
src = ./hx/common.hxml;
dontUnpack = true;
nativeBuildInputs = with pkgs; [ haxe curl git ];