Merge #331: nixops: remove libvirtd plugin

f1064761d7 nixops: remove libvirtd plugin (nixbitcoin)

Pull request description:

ACKs for top commit:
  jonasnick:
    ACK f1064761d7
  erikarvstedt:
    ACK f1064761d7

Tree-SHA512: 66c8fc20c2f210d5d37025cc1772330354a6a8ecbdb1fb9e8fcd1391030485c936ab28647f739bd90b083d627602ade39a5575114d69db8e8d1375989d5cdd0e
This commit is contained in:
Jonas Nick 2021-03-14 14:42:28 +00:00
commit b07185915a
No known key found for this signature in database
GPG Key ID: 4861DBF262123605
1 changed files with 1 additions and 7 deletions

View File

@ -24,12 +24,6 @@ let
rev = "bff6054ce9e7f5f9aa830617577f1a511a461063";
sha256 = "0j0lbi8rqmw17ji367zh94lvlb062iiyavl4l7m851v40wqr8a5i";
};
libvirtd = {
owner = "nix-community";
repo = "nixops-libvirtd";
rev = "v1.0.0";
sha256 = "0g2ag4mhgrxws3h4q8cvfh4ks1chgpjm018ayqd48lagyvi32l8m";
};
};
origSrc = fetchFromGitHub {
@ -48,7 +42,7 @@ let
nixopsRelease = import "${src}/release.nix" {
nixpkgs = pkgs.path;
inherit pluginData;
p = (p: with p; [ aws hetzner vbox libvirtd ]);
p = (p: with p; [ aws hetzner vbox ]);
};
in
nixopsRelease.build.${builtins.currentSystem}