1

Update comments

This commit is contained in:
2023-05-24 20:32:04 +02:00
parent 49069261f2
commit 6292137bdc
4 changed files with 48 additions and 48 deletions

View File

@ -1,3 +1,4 @@
# TODO: Easier mkLink/mkUnlink (include more hm.dag stuff into the function)
{
inputs,
pkgs,
@ -34,14 +35,6 @@
fi
'';
# TODO
mkMultiOptStr = {}: {
};
# TODO
mkMultiOptPkg = {}: {
};
# Returns true if base contains element
contains = base: element:
lib.any (x: x == element) base;