mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
add rec (sad)
This commit is contained in:
parent
ea2ae118f6
commit
258253f5d5
1 changed files with 3 additions and 3 deletions
|
|
@ -6,6 +6,9 @@ inputs@{
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
inherit (unstable) lib;
|
inherit (unstable) lib;
|
||||||
|
in
|
||||||
|
# Only good use case for rec
|
||||||
|
rec {
|
||||||
|
|
||||||
listNixFilesRecursive =
|
listNixFilesRecursive =
|
||||||
path:
|
path:
|
||||||
|
|
@ -28,9 +31,6 @@ let
|
||||||
})
|
})
|
||||||
(listNixFilesRecursive path)
|
(listNixFilesRecursive path)
|
||||||
);
|
);
|
||||||
in
|
|
||||||
{
|
|
||||||
inherit importAll mkModules listNixFilesRecursive;
|
|
||||||
|
|
||||||
gerg-utils =
|
gerg-utils =
|
||||||
config: f:
|
config: f:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue