mirror of
https://github.com/nix-community/flakelight.git
synced 2024-11-21 23:13:09 +01:00
Fix text wrapping for import in core.nix
This commit is contained in:
parent
817f6775b6
commit
6263b349c3
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user