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: b43121aa27d7
Choose a base ref
...
head repository: NixOS/nixops
compare: 2072148a79c2
Choose a head ref
  • 5 commits
  • 4 files changed
  • 2 contributors

Commits on Jun 11, 2020

  1. Support deploying from a flake

    Example usage:
    
      $ nixops create -d hydra-ec2-demo --flake github:edolstra/hydra-ec2-demo
      $ nixops deploy
    
    to get an EC2 instance running Hydra.
    
    Evaluation currently doesn't use pure mode because we need access to
    NixOps's NixOS modules, and to physical.nix.
    edolstra authored and adisbladis committed Jun 11, 2020
    Copy the full SHA
    8b70721 View commit details
    Browse the repository at this point in the history
  2. Temporary hack

    edolstra authored and adisbladis committed Jun 11, 2020
    Copy the full SHA
    231e43f View commit details
    Browse the repository at this point in the history
  3. Fix non-flake deployment

    edolstra authored and adisbladis committed Jun 11, 2020
    Copy the full SHA
    392552e View commit details
    Browse the repository at this point in the history
  4. eval-machine-info: Get rid of with

    It makes the code hard to reason about.
    adisbladis committed Jun 11, 2020
    Copy the full SHA
    65d6885 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1365 from adisbladis/flake-support

    Flake support
    adisbladis committed Jun 11, 2020
    Copy the full SHA
    2072148 View commit details
    Browse the repository at this point in the history