Need to 'use lib'

This commit is contained in:
niten 2023-01-26 13:41:09 -08:00
parent c8c5c637c8
commit e257da882c
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{ lib, entities, ... }:
with lib;
let
getHostSite = hostname:
let site-name = entities.hosts."${hostname}".site;