33 lines
559 B
Markdown
33 lines
559 B
Markdown
|
---
|
||
|
name: Installer issue
|
||
|
about: Report problems with installation
|
||
|
title: ''
|
||
|
labels: installer
|
||
|
assignees: ''
|
||
|
|
||
|
---
|
||
|
|
||
|
## Platform
|
||
|
|
||
|
<!-- select the platform on which you tried to install Nix -->
|
||
|
|
||
|
- [ ] Linux: <!-- state your distribution, e.g. Arch Linux, Ubuntu, ... -->
|
||
|
- [ ] macOS
|
||
|
- [ ] WSL
|
||
|
|
||
|
## Additional information
|
||
|
|
||
|
<!-- state special circumstances on your system or additional steps you have taken prior to installation -->
|
||
|
|
||
|
## Output
|
||
|
|
||
|
<details><summary>Output</summary>
|
||
|
|
||
|
```log
|
||
|
|
||
|
<!-- paste console output here and remove this comment -->
|
||
|
|
||
|
```
|
||
|
|
||
|
</details>
|