1 { lib, fetchFromGitHub, rustPlatform }:
3 rustPlatform.buildRustPackage rec {
4 pname = "autotiling-rs";
7 src = fetchFromGitHub {
11 sha256 = "sha256-LQbmF2M6pWa0QEbKF770x8TFLMGrJeq5HnXHvLrDDPA=";
14 cargoHash = "sha256-wot5GKBA2TBrA/jnWD0eypPRqUodmk/TJlYJMl3/gm4=";
17 description = "Autotiling for sway (and possibly i3)";
18 homepage = "https://github.com/ammgws/autotiling-rs";
19 license = licenses.mit;
20 platforms = platforms.linux;
21 maintainers = with maintainers; [ dit7ya ];
22 mainProgram = "autotiling-rs";