mirror of
https://github.com/fort-nix/nix-bitcoin.git
synced 2024-11-22 22:33:46 +03:00
Merge #331: nixops: remove libvirtd plugin
f1064761d7
nixops: remove libvirtd plugin (nixbitcoin) Pull request description: ACKs for top commit: jonasnick: ACKf1064761d7
erikarvstedt: ACKf1064761d7
Tree-SHA512: 66c8fc20c2f210d5d37025cc1772330354a6a8ecbdb1fb9e8fcd1391030485c936ab28647f739bd90b083d627602ade39a5575114d69db8e8d1375989d5cdd0e
This commit is contained in:
commit
b07185915a
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user