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
base: 55ceaa95206c
Choose a base ref
...
head repository: NixOS/nixops
compare: 6a66c9b0191e
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 4, 2017

  1. Assume ec2.hvm == true if the instance doesn't exist yet

    This prevents an assertion failure when doing "nixops deploy
    --build-only" (since ec2.hvm == false is no longer supported).
    edolstra committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    b0a94c9 View commit details
    Browse the repository at this point in the history
  2. Default system.stateVersion to the current Nixpkgs rather than 14.12

    This only affects the "nixops deploy --build-only" case, since once
    the machine has been created, machine.state_version is set to the
    actual version.
    edolstra committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    6a66c9b View commit details
    Browse the repository at this point in the history