summary refs log tree commit diff
path: root/.github/ISSUE_TEMPLATE.md
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-02-23 17:06:55 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-02-23 17:06:55 +0100
commit830c2d638911b35ca8a844d630481d5179bfa050 (patch)
tree6964fcfc0f699864aed5db2b7c4c699ad8cd60fb /.github/ISSUE_TEMPLATE.md
parent5400b0210961125fcd1759e8f8bd00bb47a22795 (diff)
downloadnixpkgs-830c2d638911b35ca8a844d630481d5179bfa050.tar
nixpkgs-830c2d638911b35ca8a844d630481d5179bfa050.tar.gz
nixpkgs-830c2d638911b35ca8a844d630481d5179bfa050.tar.bz2
nixpkgs-830c2d638911b35ca8a844d630481d5179bfa050.tar.lz
nixpkgs-830c2d638911b35ca8a844d630481d5179bfa050.tar.xz
nixpkgs-830c2d638911b35ca8a844d630481d5179bfa050.tar.zst
nixpkgs-830c2d638911b35ca8a844d630481d5179bfa050.zip
ISSUE_TEMPLATE.md: Tweak
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
-rw-r--r--.github/ISSUE_TEMPLATE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 57439ddd4d3..327959fe7a3 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -5,7 +5,7 @@ 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`)
+* Nixpkgs version: (run `nix-instantiate --eval '<nixpkgs>' -A lib.nixpkgsVersion`)
 
 ## Describe your issue here