7ed92b1497
Adds a flag and a new package to build vagrant with libvirt support, to be able to install and use the vagrant-libvirt plugin.
20 lines
453 B
Nix
20 lines
453 B
Nix
{
|
|
mini_portile2 = {
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0gzfmcywp1da8nzfqsql2zqi648mfnx6qwkig3cv36n9m0yy676y";
|
|
type = "gem";
|
|
};
|
|
version = "2.3.0";
|
|
};
|
|
nokogiri = {
|
|
dependencies = ["mini_portile2"];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0byyxrazkfm29ypcx5q4syrv126nvjnf7z6bqi01sqkv4llsi4qz";
|
|
type = "gem";
|
|
};
|
|
version = "1.8.5";
|
|
};
|
|
}
|