cura5: fix path of cura5 (#75)
Some checks failed
CI / build-and-update (xeals, xeals) (push) Waiting to run
CI / checks (nur) (push) Has been cancelled

This commit is contained in:
Arne Keller 2024-12-08 02:26:28 +01:00 committed by GitHub
parent cf0dcee23f
commit d2eec57ac2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@ let
fi
args+=("$a")
done
exec "${cura5}/bin/${name}" "''${args[@]}"
exec "${cura5}/bin/cura5" "''${args[@]}"
'';
in
stdenv.mkDerivation rec {