mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-29 05:40:21 -04:00
Merge pull request #108 from Yappaholic/main
feat: add aarch64 architecture for nix flake and update bug_report template
This commit is contained in:
commit
025104593f
2 changed files with 15 additions and 8 deletions
21
.github/ISSUE_TEMPLATE/bug_report.md
vendored
21
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -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
|
||||
-->
|
||||
|
|
|
|||
|
|
@ -58,6 +58,6 @@
|
|||
devShells.default = maomaowm.overrideAttrs shellOverride;
|
||||
formatter = treefmtEval.config.build.wrapper;
|
||||
};
|
||||
systems = ["x86_64-linux"];
|
||||
systems = ["x86_64-linux" "aarch64-linux"];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue