mirror of
https://github.com/nix-community/flakelight.git
synced 2024-11-25 08:53:15 +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, ... }:
|
{ config, inputs, lib, flakelight, ... }:
|
||||||
let
|
let
|
||||||
inherit (builtins) all head isAttrs length;
|
inherit (builtins) all head isAttrs length;
|
||||||
inherit (lib) foldAttrs genAttrs getFiles getValues mapAttrs mergeAttrs mkOption
|
inherit (lib) foldAttrs genAttrs getFiles getValues mapAttrs mergeAttrs
|
||||||
mkOptionType showFiles showOption;
|
mkOption mkOptionType showFiles showOption;
|
||||||
inherit (lib.types) functionTo lazyAttrsOf listOf nonEmptyStr raw uniq;
|
inherit (lib.types) functionTo lazyAttrsOf listOf nonEmptyStr raw uniq;
|
||||||
inherit (flakelight.types) optListOf overlay;
|
inherit (flakelight.types) optListOf overlay;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user