fix(arion): inherit from builtins for match
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-01-22 11:15:19 -05:00
parent 20dac8791e
commit f03165caa5

View file

@ -6,6 +6,7 @@
self,
...
} @ inputs: let
inherit (builtins) match;
inherit
(lib)
filter
@ -16,11 +17,11 @@
filterAttrs
listToAttrs
elemAt
match
removePrefix
optionalAttrs
mkForce
;
inherit (config.vars) mainUser hostName;
configPath = "/var/lib/arion";