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: 857853d5f10c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: da093022a43c
Choose a head ref
  • 6 commits
  • 5 files changed
  • 2 contributors

Commits on Dec 16, 2018

  1. gem-config: add ruby-libvirt

    Based on 1d9798c and
    90a804c
    mat8913 committed Dec 16, 2018
    Copy the full SHA
    97200e9 View commit details
    Browse the repository at this point in the history
  2. vagrant: Add vagrant-libvirt to the gemset

    With this, you can "install" the plugin just by adding the following to
    ~/vagrant.d/plugins.json:
    
      {
        "version":"1",
        "installed": {
          "vagrant-libvirt": {
            "ruby_version":"2.5.3",
            "vagrant_version":"2.2.0",
            "gem_version":"",
            "require":"",
            "sources":[]
          }
        }
      }
    mat8913 committed Dec 16, 2018
    Copy the full SHA
    1183ee6 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. vagrant: Support system-installed plugins

    Patch taken from Debian
    mat8913 committed Dec 17, 2018
    Copy the full SHA
    08488bc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    245ba97 View commit details
    Browse the repository at this point in the history
  3. vagrant: Remove unnecessary buildInputs

    libvirt and pkgconfig are now buildInputs to ruby-libvirt instead.
    mat8913 committed Dec 17, 2018
    Copy the full SHA
    c660f3d View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. Merge pull request #52413 from mat8913/vagrant-libvirt

    vagrant: build and install vagrant-libvirt plugin
    Mic92 committed Dec 19, 2018
    Copy the full SHA
    da09302 View commit details
    Browse the repository at this point in the history