diff options
author | Qyriad <qyriad@qyriad.me> | 2024-03-25 12:59:30 -0600 |
---|---|---|
committer | Qyriad <qyriad@qyriad.me> | 2024-03-25 12:59:30 -0600 |
commit | 1da1aa5045df1a86e9a6ded9ca0d2a72e56eb261 (patch) | |
tree | 87be9719acc6436a1b5129730c62c3329f507f82 | |
parent | d3d7489571baeb651d3843dba3b638621694c174 (diff) |
issue template: use nix --version instead of nix-env --version
`nix --version` doesn't require `nix-command` experimental feature to
run and we could all do with less nix-env
Change-Id: I90748d591c574d96eda46591e9f9ce828311da29
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3060fa8a4..50ee41b91 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -25,7 +25,7 @@ you probably want to file an issue at https://github.com/NixOS/nixpkgs/issues. A clear and concise description of what you expected to happen. -## `nix-env --version` output +## `nix --version` output ## Additional context |