nixops: mark nixops-aws as broken and remove from the full list

This commit is contained in:
Jörg Thalheim
2024-07-15 08:54:52 +02:00
parent d042bd5c30
commit 8848c9c1d6
2 changed files with 3 additions and 1 deletions
@@ -108,7 +108,8 @@ in
# Not recommended; too fragile.
nixops_unstable_full = minimal.withPlugins (ps: [
ps.nixops-aws
# currently broken
# ps.nixops-aws
ps.nixops-digitalocean
ps.nixops-encrypted-links
ps.nixops-hercules-ci
@@ -53,6 +53,7 @@ buildPythonPackage {
description = "AWS plugin for NixOps";
homepage = "https://github.com/NixOS/nixops-aws";
license = licenses.lgpl3Only;
broken = true; # fails with `nose-1.3.7 not supported for interpreter python3.12`
maintainers = nixops.meta.maintainers;
};
}