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 + 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"]; }; }