summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-01-05 22:47:04 +0100
committerEelco Dolstra <edolstra@gmail.com>2020-01-05 22:47:43 +0100
commit1d59cdcb2a96857ea1244039dff67e66f818935b (patch)
tree8460437818b3c8bde914af42daa58c23db4cc8d0 /.github
parent7b9da94d49797822d724cc1af1894291804a3d02 (diff)
downloadnixpkgs-1d59cdcb2a96857ea1244039dff67e66f818935b.tar
nixpkgs-1d59cdcb2a96857ea1244039dff67e66f818935b.tar.gz
nixpkgs-1d59cdcb2a96857ea1244039dff67e66f818935b.tar.bz2
nixpkgs-1d59cdcb2a96857ea1244039dff67e66f818935b.tar.lz
nixpkgs-1d59cdcb2a96857ea1244039dff67e66f818935b.tar.xz
nixpkgs-1d59cdcb2a96857ea1244039dff67e66f818935b.tar.zst
nixpkgs-1d59cdcb2a96857ea1244039dff67e66f818935b.zip
ISSUE_TEMPLATE: 'nix run' -> 'nix-shell -p'
'nix run' is an experimental command.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md2
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index d7463385ae5..1913e321a8c 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -8,4 +8,4 @@
 
 ## Technical details
 
-Please run `nix run nixpkgs.nix-info -c nix-info -m` and paste the result.
+Please run `nix-shell -p nix-info --run "nix-info -m"` and paste the result.
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 8cc9a80758d..07c93f84fe0 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -26,7 +26,7 @@ If applicable, add screenshots to help explain your problem.
 Add any other context about the problem here.
 
 **Metadata**
-Please run `nix run nixpkgs.nix-info -c nix-info -m` and paste the result.
+Please run `nix-shell -p nix-info --run "nix-info -m"` and paste the result.
 
 Maintainer information:
 ```yaml