about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/nixops/default.nix
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2024-02-28 16:32:36 +0100
committerRobert Hensing <robert@roberthensing.nl>2024-03-06 22:47:23 +0100
commit695f75a8a3d4c1fbdf1e9dadd249f41e8619f832 (patch)
treebe6031ba19b7201833647c9f8078350ecb3688ab /pkgs/applications/networking/cluster/nixops/default.nix
parentbc2a13998c7576ae1ccb00ad98f765b6f828e50c (diff)
nixops_unstable_*: Rename plugins attribute to availablePlugins
Diffstat (limited to 'pkgs/applications/networking/cluster/nixops/default.nix')
-rw-r--r--pkgs/applications/networking/cluster/nixops/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/nixops/default.nix b/pkgs/applications/networking/cluster/nixops/default.nix
index 92a38618e6626..e07d83a1cbf51 100644
--- a/pkgs/applications/networking/cluster/nixops/default.nix
+++ b/pkgs/applications/networking/cluster/nixops/default.nix
@@ -41,7 +41,7 @@ let
     '';
 
     passthru = old.passthru // {
-      plugins = availablePlugins;
+      inherit availablePlugins;
       inherit withPlugins python;
       tests = old.passthru.tests // {
         nixos = old.passthru.tests.nixos.passthru.override {