mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 18:09:06 +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,4 +1,4 @@
|
|||
inputs: profiles: final: _prev:
|
||||
inputs: profiles: dnsLib: final: _prev:
|
||||
|
||||
with builtins;
|
||||
let
|
||||
|
@ -72,7 +72,7 @@ rec {
|
|||
|
||||
dns = import ./dns.nix {
|
||||
lib = final;
|
||||
dnsLib = (import inputs.dns).lib;
|
||||
inherit dnsLib;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue