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: 709cf1d383bd
Choose a base ref
...
head repository: NixOS/nixops
compare: 1f439f9ed0e0
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 28, 2018

  1. tests/hetzner: Fix evaluation with qemu-flags.nix

    Earlier this year[1], qemu-flags.nix was turned into a function which
    takes an attribute with a pkgs argument. So in order to cope with this
    and also be compatible with older nixpkgs versions, I added a check on
    isAttrs and only if it's not the pkgs argument is passed to it.
    
    I've only tested whether evaluation works but didn't run the test, so it
    might still be broken.
    
    [1]: NixOS/nixpkgs@1ce13804978ef361511014d8fc8
    
    Signed-off-by: aszlig <aszlig@nix.build>
    aszlig committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    1f439f9 View commit details
    Browse the repository at this point in the history