fix(arion): inherit from builtins for match
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
20dac8791e
commit
f03165caa5
1 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
||||||
self,
|
self,
|
||||||
...
|
...
|
||||||
} @ inputs: let
|
} @ inputs: let
|
||||||
|
inherit (builtins) match;
|
||||||
inherit
|
inherit
|
||||||
(lib)
|
(lib)
|
||||||
filter
|
filter
|
||||||
|
@ -16,11 +17,11 @@
|
||||||
filterAttrs
|
filterAttrs
|
||||||
listToAttrs
|
listToAttrs
|
||||||
elemAt
|
elemAt
|
||||||
match
|
|
||||||
removePrefix
|
removePrefix
|
||||||
optionalAttrs
|
optionalAttrs
|
||||||
mkForce
|
mkForce
|
||||||
;
|
;
|
||||||
|
|
||||||
inherit (config.vars) mainUser hostName;
|
inherit (config.vars) mainUser hostName;
|
||||||
|
|
||||||
configPath = "/var/lib/arion";
|
configPath = "/var/lib/arion";
|
||||||
|
|
Loading…
Reference in a new issue