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: 131b8b9b8b52
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 56b28d9e15bc
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 27, 2019

  1. nixos/modules/virtualisation/google-compute-config.nix: pin filesyste…

    …m type to ext4 for now
    
    Fix #61859.
    Assertion fails when a Google Compute Engine image is built, because
    now choices of filesystem types are restricted to `f2fs` and `ext` family if
    auto-resizing is enabled.
    This change will pin the filesystem used on such an image to be `ext4` for now.
    dingxiangfei2009 committed May 27, 2019
    Copy the full SHA
    359fd5b View commit details
    Browse the repository at this point in the history
  2. Pin filesystem type on Google Compute Engine image to ext4 (#61860)

    Pin filesystem type on Google Compute Engine image to ext4
    infinisil committed May 27, 2019
    Copy the full SHA
    56b28d9 View commit details
    Browse the repository at this point in the history