mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 10:09:04 +02:00
chore: reduce number of dnsLib eval
This commit is contained in:
parent
58ae074dfd
commit
31a1771726
5 changed files with 11 additions and 11 deletions
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
inputs,
|
||||
nixosConfigurations,
|
||||
dnsLib,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
@ -40,7 +40,6 @@ let
|
|||
)
|
||||
);
|
||||
|
||||
dnsLib = (import inputs.dns).lib;
|
||||
evalZones =
|
||||
zones:
|
||||
(lib.evalModules {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue