pkgs.nixos: pass through lib (#457506)

This commit is contained in:
Robert Hensing
2026-03-07 15:42:04 +00:00
committed by GitHub
+1
View File
@@ -12118,6 +12118,7 @@ with pkgs;
configuration:
let
c = import (path + "/nixos/lib/eval-config.nix") {
inherit lib;
modules = [
(
{ lib, ... }: