about summary refs log tree commit diff
path: root/.github/ISSUE_TEMPLATE.md
blob: 57439ddd4d35035294845af14c423e3f7d600d73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Basic info

To make sure that we are on the same page:

* Kernel: (run `uname -a`)
* System: (NixOS: `nixos-version`, Ubuntu/Fedora: `lsb_release -a`, ...)
* Nix version: (run `nix-env --version`)
* Channel: (run `nix-instantiate --eval '<nixpkgs>' -A lib.nixpkgsVersion`)

## Describe your issue here

### Expected result

### Actual result

### Steps to reproduce