mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-14 08:54:46 +00:00
8 lines
122 B
Nix
8 lines
122 B
Nix
{ lib ? import <nixpkgs/lib>, modules ? [] }:
|
|
|
|
{
|
|
inherit (lib.evalModules {
|
|
inherit modules;
|
|
}) config options;
|
|
}
|