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

'nix run' is an experimental command.

+2 -2
+1 -1
.github/ISSUE_TEMPLATE.md
··· 8 9 ## Technical details 10 11 - Please run `nix run nixpkgs.nix-info -c nix-info -m` and paste the result.
··· 8 9 ## Technical details 10 11 + Please run `nix-shell -p nix-info --run "nix-info -m"` and paste the result.
+1 -1
.github/ISSUE_TEMPLATE/bug_report.md
··· 26 Add any other context about the problem here. 27 28 **Metadata** 29 - Please run `nix run nixpkgs.nix-info -c nix-info -m` and paste the result. 30 31 Maintainer information: 32 ```yaml
··· 26 Add any other context about the problem here. 27 28 **Metadata** 29 + Please run `nix-shell -p nix-info --run "nix-info -m"` and paste the result. 30 31 Maintainer information: 32 ```yaml