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: cbccde97ddc5
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ca6b64ae7bba
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Apr 3, 2018

  1. nixos/version: fix nixops pre 1.6 compatibility

    We should be able to deploy a NixOS 18.03 system with the current nixops
    stable release. Some options were renamed, so instead of
    `mkRenamedOptionModule` we introduce them as read-only interal options
    that won't be rendered in the manual.
    
    Only the options that are needed to make nixops evaluations succeed were
    added.
    
    This commit should probably be reverted after or before the 18.09 release,
    depending on the nixops 1.6 release.
    
    The user will not get the warning that these have been renamed but
    this change is mentioned in the release notes.
    
    Fixes #34253.
    
    (cherry picked from commit 70c6f65)
    fpletz committed Apr 3, 2018
    Copy the full SHA
    ca6b64a View commit details
    Browse the repository at this point in the history