remove broken nixOps plugins

This commit is contained in:
Jörg Thalheim 2021-03-06 08:47:12 +01:00
parent 802f3a96d9
commit 14a73f8750
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

View file

@ -2,9 +2,8 @@ let
nix-community-infra = pkgs: rec {
inherit (pkgs)
git-crypt
niv
nixopsUnstable
;
niv;
nixopsUnstable = (pkgs.nixopsUnstable.withPlugins(ps: []));
terraform = pkgs.terraform.withPlugins (
p: [