7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 hash = "sha256-FuZl2yNre5jNSfHqF3tjiGwg5mRKbYer2FOPpLy0OrA=";
18 cargoHash = "sha256-fNC8Aff09nTSbtxZg5qEKtvFyKFLRVjaokWiZihZCgM=";
20 buildFeatures = [ "nixos" ];
22 propagatedBuildInputs = [ steam-run ];
25 description = "Minimal CLI game launcher for linux";
26 homepage = "https://github.com/amanse/game-rs";
27 changelog = "https://github.com/Amanse/game-rs/releases/tag/v${version}";
28 license = with licenses; [ mit ];
29 maintainers = with maintainers; [ amanse ];
30 platforms = platforms.linux;