1 { rustPlatform, fetchFromGitHub, lib }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
8 owner = "facundoolano";
11 sha256 = "sha256-rhG/EK68PWvQYoZdjhk0w7oNmh/QiTaAt4/WgEkgxEA=";
14 cargoSha256 = "sha256-YXQohmDmkClziaLkL2N4cGURZ0tewyt7BuNY4hS+a4w=";
16 # tests assume the authors macbook, and thus fail
20 description = "Your filesystem as a dungeon";
21 mainProgram = "rpg-cli";
22 homepage = "https://github.com/facundoolano/rpg-cli";
23 license = licenses.mit;
24 maintainers = with maintainers; [ lom ];