diff options
| author | Eelco Dolstra <edolstra@gmail.com> | 2020-01-05 22:47:04 +0100 |
|---|---|---|
| committer | Eelco Dolstra <edolstra@gmail.com> | 2020-01-05 22:47:43 +0100 |
| commit | 1d59cdcb2a96857ea1244039dff67e66f818935b (patch) | |
| tree | 8460437818b3c8bde914af42daa58c23db4cc8d0 /.github/ISSUE_TEMPLATE.md | |
| parent | oh-my-zsh: 2020-01-01 -> 2020-01-04 (diff) | |
| download | nixpkgs-1d59cdcb2a96857ea1244039dff67e66f818935b.tar.gz | |
ISSUE_TEMPLATE: 'nix run' -> 'nix-shell -p'
'nix run' is an experimental command.
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
| -rw-r--r-- | .github/ISSUE_TEMPLATE.md | 2 |
1 files changed, 1 insertions, 1 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. |
