fn: Improve readability of fn.lst function arguments.

This commit is contained in:
Kevin Baensch 2024-11-30 21:08:01 +01:00
parent b6b22c2c22
commit c1c5ff299e
Signed by: derped
GPG key ID: C0F1D326C7626543
4 changed files with 32 additions and 31 deletions

View file

@ -2,15 +2,14 @@
config,
lib,
fn,
pkgs,
...
}:
with lib;
let
cfg = config.machine;
pkgsets = fn.lst {
p = toString ../pkgsets;
b = true;
path = toString ../pkgsets;
fullPath = true;
};
in
{