diff options
| author | Matt Sturgeon <matt@sturgeon.me.uk> | 2025-03-15 10:26:57 +0000 |
|---|---|---|
| committer | Matt Sturgeon <matt@sturgeon.me.uk> | 2025-03-15 10:26:57 +0000 |
| commit | 7436684102f2db001f6b8aa0c6b2584a1bcc1ab2 (patch) | |
| tree | cf8f6e88bb47ffe8eba39752f418588fdc6866b0 /lib/default.nix | |
| parent | nixos/changedetection-io: fix typo (#383539) (diff) | |
| download | nixpkgs-7436684102f2db001f6b8aa0c6b2584a1bcc1ab2.tar.gz | |
lib.generators: alias `mkLuaInline` at the top-level
Diffstat (limited to 'lib/default.nix')
| -rw-r--r-- | lib/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/default.nix b/lib/default.nix index e69a1cc3860c..f1822307d2ee 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -156,6 +156,7 @@ let makeScope makeScopeWithSplicing makeScopeWithSplicing' extendMkDerivation; inherit (self.derivations) lazyDerivation optionalDrvAttr warnOnInstantiate; + inherit (self.generators) mkLuaInline; inherit (self.meta) addMetaAttrs dontDistribute setName updateName appendToName mapDerivationAttrset setPrio lowPrio lowPrioSet hiPrio hiPrioSet licensesSpdx getLicenseFromSpdxId getLicenseFromSpdxIdOr |
