Unverified Commit 0a83c9fb authored by Robert Hensing's avatar Robert Hensing Committed by GitHub
Browse files

pkgs.nixos: pass through `lib` (#457506)

parents 03cbc380 1c356e2f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12118,6 +12118,7 @@ with pkgs;
    configuration:
    let
      c = import (path + "/nixos/lib/eval-config.nix") {
        inherit lib;
        modules = [
          (
            { lib, ... }: