Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
244 B
Nix
Raw Permalink Normal View History

2025-10-09 14:15:47 +02:00
{ buildOpenRAEngine, dotnetCorePackages }:
buildOpenRAEngine {
build = "release";
version = "20250330";
hash = "sha256-chWkzn/NLZh2gOua9kE0ubRGjGCC0LvtZSWHBgXKqHw=";
deps = ./deps.json;
dotnet-sdk = dotnetCorePackages.sdk_6_0-bin;
}