Merge pull request #108 from Yappaholic/main

feat: add aarch64 architecture for nix flake and update  bug_report template
This commit is contained in:
DreamMaoMao 2025-06-19 10:51:33 +08:00 committed by GitHub
commit 025104593f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 8 deletions

View file

@ -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:
<!--Paste maomao version from running "maomao -v"-->
<!--
Wlroots library needs to be built from this repository to avoid crashes
https://github.com/DreamMaoMao/wlroots.git
-->
maomao version:
wlroots version:
## Description
<!--
Only report bugs that can be reproduced on the main line
Report patch issues to their respective authors
-->

View file

@ -58,6 +58,6 @@
devShells.default = maomaowm.overrideAttrs shellOverride;
formatter = treefmtEval.config.build.wrapper;
};
systems = ["x86_64-linux"];
systems = ["x86_64-linux" "aarch64-linux"];
};
}