nixops_unstable_*: Expose internals politely

This commit is contained in:
Robert Hensing 2024-02-28 23:57:23 +01:00
parent 114af421c5
commit 5e1bf24bc9

View File

@ -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;