mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-02 15:37:20 +02:00
chore: reduce number of dnsLib eval
This commit is contained in:
parent
8628d5ec30
commit
4701f53215
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