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/nixops-aws
base: aa1b1edd9768
Choose a base ref
...
head repository: NixOS/nixops-aws
compare: cef283e5f6d3
Choose a head ref
  • 2 commits
  • 13 files changed
  • 2 contributors

Commits on Mar 15, 2020

  1. Remove the duplicated nixops manual

    The actual manual for NixOps, including all its plugins, is still built and
    deployed from the main repo:
    https://github.com/NixOS/nixops
    
    This appears to be a potential hard-fork in the making, but the main repo does
    not reference it when generating the release, so best to delete it to avoid
    confusion.
    
    It does seem like a reasonable idea to have documentation colocated with the
    code it's documented, and in the future it'd probably be a good idea to extend
    the NixOps manual compilation to find and concat sections from plugins; when
    that day comes we can recover the AWS specific portions from the nixops doc dir.
    
    Resolves #19
    bhipple committed Mar 15, 2020
    Copy the full SHA
    0a41662 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #26 from bhipple/fix/manual-duplication

    Remove the duplicated nixops manual
    AmineChikhaoui committed Mar 15, 2020
    Copy the full SHA
    cef283e View commit details
    Browse the repository at this point in the history