Commit 8848c9c1 authored by Jörg Thalheim's avatar Jörg Thalheim
Browse files

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

parent d042bd5c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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;
  };
}