mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
pkgs.nixos: pass through lib (#457506)
This commit is contained in:
commit
0a83c9fb4e
1 changed files with 1 additions and 0 deletions
|
|
@ -12118,6 +12118,7 @@ with pkgs;
|
|||
configuration:
|
||||
let
|
||||
c = import (path + "/nixos/lib/eval-config.nix") {
|
||||
inherit lib;
|
||||
modules = [
|
||||
(
|
||||
{ lib, ... }:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue