0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

nixos/installer/netboot-minimal: add missing lib

This commit is contained in:
Lin Yinfeng 2022-12-12 09:54:17 +08:00
parent 9e60c8d65d
commit 7f220a0422
No known key found for this signature in database
GPG key ID: 46947CB61521FC42

View file

@ -1,6 +1,6 @@
# This module defines a small netboot environment.
{ ... }:
{ lib, ... }:
{
imports = [