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: 29d0e684afcc
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 68ee2396f612
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on May 4, 2020

  1. nixos/doas: init

    `doas` is a lighter alternative to `sudo` that "provide[s] 95% of the
    features of `sudo` with a fraction of the codebase" [1]. I prefer it to
    `sudo`, so I figured I would add a NixOS module in order for it to be
    easier to use. The module is based off of the existing `sudo` module.
    
    [1] https://github.com/Duncaen/OpenDoas
    cole-h committed May 4, 2020
    Copy the full SHA
    446fb00 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Copy the full SHA
    f798f07 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2020

  1. Merge pull request #86488 from cole-h/doas

    nixos/doas: init
    adisbladis committed May 10, 2020
    Copy the full SHA
    68ee239 View commit details
    Browse the repository at this point in the history