mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 03:03:42 +00:00
nixops_unstable_*: Expose internals politely
This commit is contained in:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user