Fix text wrapping for import in core.nix

This commit is contained in:
Archit Gupta 2024-01-12 01:26:49 -08:00
parent 817f6775b6
commit 6263b349c3

View File

@ -5,8 +5,8 @@
{ config, inputs, lib, flakelight, ... }:
let
inherit (builtins) all head isAttrs length;
inherit (lib) foldAttrs genAttrs getFiles getValues mapAttrs mergeAttrs mkOption
mkOptionType showFiles showOption;
inherit (lib) foldAttrs genAttrs getFiles getValues mapAttrs mergeAttrs
mkOption mkOptionType showFiles showOption;
inherit (lib.types) functionTo lazyAttrsOf listOf nonEmptyStr raw uniq;
inherit (flakelight.types) optListOf overlay;