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: 970a22ce1542
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 70519825f4a1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 30, 2019

  1. .github: clarify things done re: sandboxing

    Per #58147 (comment)
    sandboxing is not fully functional on macOS.
    
    .github: specify where sandboxing can be run
    
    Co-Authored-By: Jon <jonringer@users.noreply.github.com>
    
    .github: remove macOS note
    Americo authored and azuzunaga committed Oct 30, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    azuzunaga Americo
    Copy the full SHA
    5c59da4 View commit details
  2. Merge pull request #72201 from azuzunaga/update-readme-macos-sandbox

    .github: clarify things done re: sandboxing
    Mic92 authored Oct 30, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7051982 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 .github/PULL_REQUEST_TEMPLATE.md
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@

<!-- Please check what applies. Note that these are not hard requirements but merely serve as information for reviewers. -->

- [ ] Tested using sandboxing ([nix.useSandbox](http://nixos.org/nixos/manual/options.html#opt-nix.useSandbox) on NixOS, or option `sandbox` in [`nix.conf`](http://nixos.org/nix/manual/#sec-conf-file) on non-NixOS)
- [ ] Tested using sandboxing ([nix.useSandbox](http://nixos.org/nixos/manual/options.html#opt-nix.useSandbox) on NixOS, or option `sandbox` in [`nix.conf`](http://nixos.org/nix/manual/#sec-conf-file) on non-NixOS linux)
- Built on platform(s)
- [ ] NixOS
- [ ] macOS