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 23:57:23 +0100
committerRobert Hensing <robert@roberthensing.nl>2024-03-06 22:47:24 +0100
commit5e1bf24bc97568fbab49156b1b8396c4a61d0b35 (patch)
tree03e21e5e2f358735a3c91307280877956637ecef /pkgs/applications/networking/cluster/nixops/default.nix
parent114af421c5a708a6dedf0c4f27f8bca0502267a8 (diff)
nixops_unstable_*: Expose internals politely
Diffstat (limited to 'pkgs/applications/networking/cluster/nixops/default.nix')
-rw-r--r--pkgs/applications/networking/cluster/nixops/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/networking/cluster/nixops/default.nix b/pkgs/applications/networking/cluster/nixops/default.nix
index 1e086bb5c571b..75902de1b9f6b 100644
--- a/pkgs/applications/networking/cluster/nixops/default.nix
+++ b/pkgs/applications/networking/cluster/nixops/default.nix
@@ -90,6 +90,9 @@ let
       addAvailablePlugins = newPlugins: this.extend (finalThis: oldThis: {
         plugins = lib.composeExtensions oldThis.plugins newPlugins;
       });
+
+      # For those who need or dare.
+      internals = this;
     };
 
     package = lib.lazyDerivation { outputs = [ "out" "dist" ]; derivation = this.rawPackage; } // this.extraPackageAttrs;