From b14a91067b4ffc56db6d00491adbe2f97ac71831 Mon Sep 17 00:00:00 2001 From: Yappaholic Date: Tue, 17 Jun 2025 23:04:55 +0300 Subject: [PATCH 1/2] feat: update bug_report template --- .github/ISSUE_TEMPLATE/bug_report.md | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index cd9bd8d..e1a1d5d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,17 +1,24 @@ --- name: Bug report -about: Something in dwl isn't working correctly -title: '' -labels: 'A: bug' -assignees: '' - +about: Something in maomaowm isn't working correctly +title: "" +labels: "A: bug" +assignees: "" --- ## Info -dwl version: + + + + +maomao version: wlroots version: + ## Description + From b2abe8cd6942bb6b8dca721a1f44d46cb95ccad5 Mon Sep 17 00:00:00 2001 From: Yappaholic Date: Wed, 18 Jun 2025 16:13:10 +0300 Subject: [PATCH 2/2] feat: add aarch64 architecture for nix flake --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2581d89..6dfc25c 100644 --- a/flake.nix +++ b/flake.nix @@ -58,6 +58,6 @@ devShells.default = maomaowm.overrideAttrs shellOverride; formatter = treefmtEval.config.build.wrapper; }; - systems = ["x86_64-linux"]; + systems = ["x86_64-linux" "aarch64-linux"]; }; }