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: 79337e1d5efe
Choose a base ref
...
head repository: NixOS/nixops
compare: 235799920cd7
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 29, 2018

  1. libvirtd build: drop support for tmpfs during image build

    *Note*: caution, this patch breaks the compatibility with NixOS 17.09 and
    should only be used in unstable branches.
    
    Originally NixOS/nixpkgs@0d27df2
    dropped support for `tempfs` which broke the libvirtd image build as it
    still created custom kernel nodes.
    
    These `mkdnod` calls were wrapped by conditionls to keep support with 17.09,
    but now as 17.09 is the oldstable release which only receives security
    fixes (https://groups.google.com/forum/#!msg/nix-devel/7bRK8FUcC5s/CV4-i0JdBgAJ),
    so it's time to drop this compliance hacks.
    Ma27 committed Jun 29, 2018
    Copy the full SHA
    83eeb56 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2019

  1. Merge pull request #974 from Ma27/drop-17.09-compliancy

    libvirtd build: drop support for `tmpfs` during image build
    AmineChikhaoui committed Apr 20, 2019
    Copy the full SHA
    2357999 View commit details
    Browse the repository at this point in the history