remove broken nixOps plugins
This commit is contained in:
parent
802f3a96d9
commit
14a73f8750
1 changed files with 2 additions and 3 deletions
|
@ -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: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue