nixopsUnstable: Sort plugins

+5 -5
+3 -3
pkgs/applications/networking/cluster/nixops/default.nix
··· 61 ).python; 62 63 pkg = interpreter.pkgs.nixops.withPlugins(ps: [ 64 - ps.nixops-encrypted-links 65 - ps.nixops-hercules-ci 66 - ps.nixops-virtd 67 ps.nixops-aws 68 ps.nixops-gcp 69 ps.nixopsvbox 70 ]) // rec { 71 # Workaround for https://github.com/NixOS/nixpkgs/issues/119407 72 # TODO after #1199407: Use .overrideAttrs(pkg: old: { passthru.tests = .....; })
··· 61 ).python; 62 63 pkg = interpreter.pkgs.nixops.withPlugins(ps: [ 64 ps.nixops-aws 65 + ps.nixops-encrypted-links 66 ps.nixops-gcp 67 + ps.nixops-hercules-ci 68 ps.nixopsvbox 69 + ps.nixops-virtd 70 ]) // rec { 71 # Workaround for https://github.com/NixOS/nixpkgs/issues/119407 72 # TODO after #1199407: Use .overrideAttrs(pkg: old: { passthru.tests = .....; })
+2 -2
pkgs/applications/networking/cluster/nixops/pyproject.toml
··· 8 python = "^3.8" 9 nixops = {git = "https://github.com/NixOS/nixops.git"} 10 nixops-aws = {git = "https://github.com/NixOS/nixops-aws.git"} 11 - nixops-gcp = {git = "https://github.com/nix-community/nixops-gce.git"} 12 - nixopsvbox = {git = "https://github.com/nix-community/nixops-vbox.git"} 13 nixops-encrypted-links = {git = "https://github.com/nix-community/nixops-encrypted-links.git"} 14 nixops-hercules-ci = {git = "https://github.com/hercules-ci/nixops-hercules-ci.git"} 15 nixops-virtd = {git = "https://github.com/nix-community/nixops-libvirtd.git"} 16 17 [tool.poetry.dev-dependencies]
··· 8 python = "^3.8" 9 nixops = {git = "https://github.com/NixOS/nixops.git"} 10 nixops-aws = {git = "https://github.com/NixOS/nixops-aws.git"} 11 nixops-encrypted-links = {git = "https://github.com/nix-community/nixops-encrypted-links.git"} 12 + nixops-gcp = {git = "https://github.com/nix-community/nixops-gce.git"} 13 nixops-hercules-ci = {git = "https://github.com/hercules-ci/nixops-hercules-ci.git"} 14 + nixopsvbox = {git = "https://github.com/nix-community/nixops-vbox.git"} 15 nixops-virtd = {git = "https://github.com/nix-community/nixops-libvirtd.git"} 16 17 [tool.poetry.dev-dependencies]