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:52 +0100
committerRobert Hensing <robert@roberthensing.nl>2024-03-06 22:47:23 +0100
commitc5180c311eb26a913815eed888b51932235ab03c (patch)
treec291a5889d3b3e9100d8fd3b6428786827a50e3a /pkgs/applications/networking/cluster/nixops/default.nix
parent695f75a8a3d4c1fbdf1e9dadd249f41e8619f832 (diff)
nixops_unstable_*: Add selectedPlugins attribute
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 e07d83a1cbf51..7b3383e6e3eae 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 // {
-      inherit availablePlugins;
+      inherit availablePlugins selectedPlugins;
       inherit withPlugins python;
       tests = old.passthru.tests // {
         nixos = old.passthru.tests.nixos.passthru.override {