about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-01-06 10:38:20 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2020-01-06 10:38:20 +0100
commit17ab5f9d88b3b4e8442421bc4bf4eb1e913bcc6a (patch)
treef140d6d2cd9ecd708dc82303f3f5b279d0a368b4 /.github
parent828f93a32665c9c72f7bf441878a91a11213fdf3 (diff)
parent30121dffd40d50c6d4234cdeb9e3b057f848b2b6 (diff)
downloadnixlib-17ab5f9d88b3b4e8442421bc4bf4eb1e913bcc6a.tar
nixlib-17ab5f9d88b3b4e8442421bc4bf4eb1e913bcc6a.tar.gz
nixlib-17ab5f9d88b3b4e8442421bc4bf4eb1e913bcc6a.tar.bz2
nixlib-17ab5f9d88b3b4e8442421bc4bf4eb1e913bcc6a.tar.lz
nixlib-17ab5f9d88b3b4e8442421bc4bf4eb1e913bcc6a.tar.xz
nixlib-17ab5f9d88b3b4e8442421bc4bf4eb1e913bcc6a.tar.zst
nixlib-17ab5f9d88b3b4e8442421bc4bf4eb1e913bcc6a.zip
Merge master into staging-next
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 d7463385ae58..1913e321a8c8 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 8cc9a80758d3..07c93f84fe0a 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