mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2025-03-27 23:32:02 +00:00
TODO notes: flake: config contrain algorithm
This commit is contained in:
parent
b0bb84138b
commit
d281f51775
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@
|
|||
};
|
||||
constrainImportsArgsRecursive = lib.attrsets.mapAttrsRecursive
|
||||
(p: v:
|
||||
# TODO traverse only imports and imports of imports, etc
|
||||
# without traversing all attributes
|
||||
if lib.lists.last p == "imports"
|
||||
then
|
||||
map
|
||||
|
|
Loading…
Add table
Reference in a new issue