fn: Improve readability of fn.lst function arguments.
This commit is contained in:
parent
b6b22c2c22
commit
c1c5ff299e
4 changed files with 32 additions and 31 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue