Loading pkgs/applications/networking/cluster/nixops/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading pkgs/applications/networking/cluster/nixops/plugins/nixops-aws.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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; }; } Loading
pkgs/applications/networking/cluster/nixops/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
pkgs/applications/networking/cluster/nixops/plugins/nixops-aws.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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; }; }