pkgs.nixos: pass through lib (#457506)

This commit is contained in:
Robert Hensing 2026-03-07 15:42:04 +00:00 committed by GitHub
commit 0a83c9fb4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12118,6 +12118,7 @@ with pkgs;
configuration:
let
c = import (path + "/nixos/lib/eval-config.nix") {
inherit lib;
modules = [
(
{ lib, ... }: