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 {
|
nix-community-infra = pkgs: rec {
|
||||||
inherit (pkgs)
|
inherit (pkgs)
|
||||||
git-crypt
|
git-crypt
|
||||||
niv
|
niv;
|
||||||
nixopsUnstable
|
nixopsUnstable = (pkgs.nixopsUnstable.withPlugins(ps: []));
|
||||||
;
|
|
||||||
|
|
||||||
terraform = pkgs.terraform.withPlugins (
|
terraform = pkgs.terraform.withPlugins (
|
||||||
p: [
|
p: [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue