Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 309ce56cf214
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 097b2823cbd1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Nov 14, 2017

  1. Copy the full SHA
    cec203b View commit details
  2. Merge pull request #31643 from grahamc/nix-info-issuee

    ISSUE_TEMPLATE: replace technical details withh nix-info
    grahamc authored Nov 14, 2017
    Copy the full SHA
    097b282 View commit details
Showing with 2 additions and 4 deletions.
  1. +2 −4 .github/ISSUE_TEMPLATE.md
6 changes: 2 additions & 4 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -8,7 +8,5 @@

## Technical details

* System: (NixOS: `nixos-version`, Ubuntu/Fedora: `lsb_release -a`, ...)
* Nix version: (run `nix-env --version`)
* Nixpkgs version: (run `nix-instantiate --eval '<nixpkgs>' -A lib.nixpkgsVersion`)
* Sandboxing enabled: (run `grep build-use-sandbox /etc/nix/nix.conf`)
Please run `nix-shell -p nix-info --run "nix-info -m"` and paste the
results.