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: 8cd24c845651
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 96663ea477b0
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 1, 2020

  1. nixos/tailscale: add package as an option

    This simplifies testing changes to the tailscale service on a local
    machine. You can use this as such:
    
    ```nix
    let
      tailscale_patched = magic {};
    in {
      services.tailscale = {
        enable = true;
        package = tailscale_patched;
      };
    };
    ```
    
    Signed-off-by: Christine Dodrill <me@christine.website>
    Xe authored and andir committed Dec 1, 2020
    Copy the full SHA
    3d55480 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #104785 from Xe/patch-3

    nixos/modules/tailscale: add package as an option
    andir committed Dec 1, 2020
    Copy the full SHA
    96663ea View commit details
    Browse the repository at this point in the history