Merge pull request #108 from Yappaholic/main
feat: add aarch64 architecture for nix flake and update bug_report template
This commit is contained in:
21
.github/ISSUE_TEMPLATE/bug_report.md
vendored
21
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -1,17 +1,24 @@
|
|||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Something in dwl isn't working correctly
|
about: Something in maomaowm isn't working correctly
|
||||||
title: ''
|
title: ""
|
||||||
labels: 'A: bug'
|
labels: "A: bug"
|
||||||
assignees: ''
|
assignees: ""
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Info
|
## 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:
|
wlroots version:
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Only report bugs that can be reproduced on the main line
|
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;
|
devShells.default = maomaowm.overrideAttrs shellOverride;
|
||||||
formatter = treefmtEval.config.build.wrapper;
|
formatter = treefmtEval.config.build.wrapper;
|
||||||
};
|
};
|
||||||
systems = ["x86_64-linux"];
|
systems = ["x86_64-linux" "aarch64-linux"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user