Browse Source

ISSUE_TEMPLATE: 'nix run' -> 'nix-shell -p'

'nix run' is an experimental command.
wip-nanopi-m4v2
Eelco Dolstra 6 years ago
parent
commit
1d59cdcb2a
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      .github/ISSUE_TEMPLATE.md
  2. +1
    -1
      .github/ISSUE_TEMPLATE/bug_report.md

+ 1
- 1
.github/ISSUE_TEMPLATE.md View File

@@ -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.

+ 1
- 1
.github/ISSUE_TEMPLATE/bug_report.md View File

@@ -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


Loading…
Cancel
Save