nixops_unstable_*: Expose internals politely

This commit is contained in:
Robert Hensing
2024-03-06 22:47:24 +01:00
parent 114af421c5
commit 5e1bf24bc9
@@ -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;