nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at release-23.05 8 lines 149 B view raw
1{ lib ? import ../.., modules ? [] }: 2 3{ 4 inherit (lib.evalModules { 5 inherit modules; 6 specialArgs.modulesPath = ./.; 7 }) config options; 8}