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
base: 1c8f4ec3a75d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: feb02812b439
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on May 27, 2020

  1. doas: add NixOS binary dirs to safe PATH

    I recently tried to give myself passwordless `doas` for `virsh` commands
    (starting, stopping, and editing VMs), but `doas` was complaining that
    it didn't know what `virsh` was.
    
    This patch adds `/run/current-system/sw/{s,}bin` and `/run/wrappers/bin`
    to the safe path, allowing system binaries to be discovered and executed
    properly.
    cole-h committed May 27, 2020
    Copy the full SHA
    82f8973 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #89005 from cole-h/doas

    doas: add NixOS binary dirs to safe PATH
    adisbladis committed May 27, 2020
    Copy the full SHA
    feb0281 View commit details
    Browse the repository at this point in the history