mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-25 10:36:36 +03:00
8 lines
122 B
Nix
8 lines
122 B
Nix
![]() |
{ lib ? import <nixpkgs/lib>, modules ? [] }:
|
||
|
|
||
|
{
|
||
|
inherit (lib.evalModules {
|
||
|
inherit modules;
|
||
|
}) config options;
|
||
|
}
|