mirror of
https://github.com/NixOS/nix
synced 2025-07-18 11:18:27 +02:00
47 lines
1.1 KiB
Markdown
47 lines
1.1 KiB
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>
|
|
|
|
<!-- paste console output inside the below code block -->
|
|
|
|
```log
|
|
|
|
```
|
|
|
|
</details>
|
|
|
|
## Checklist
|
|
|
|
<!-- make sure this issue is not redundant or obsolete -->
|
|
|
|
- [ ] checked [latest Nix manual] \([source])
|
|
- [ ] checked [open installer issues and pull requests] for possible duplicates
|
|
|
|
[latest Nix manual]: https://nixos.org/manual/nix/unstable/
|
|
[source]: https://github.com/NixOS/nix/tree/master/doc/manual/source
|
|
[open installer issues and pull requests]: https://github.com/NixOS/nix/labels/installer
|
|
|
|
---
|
|
|
|
Add :+1: to [issues you find important](https://github.com/NixOS/nix/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc).
|