From 1e69fde888ffb586adf11c0bc74fa2e025aecb13 Mon Sep 17 00:00:00 2001 From: albert Date: Sun, 23 Jun 2024 18:08:21 +0900 Subject: [PATCH] Missing lib --- nixos/common/modules/hosts.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/common/modules/hosts.nix b/nixos/common/modules/hosts.nix index e13fb51d..99f6b978 100644 --- a/nixos/common/modules/hosts.nix +++ b/nixos/common/modules/hosts.nix @@ -1,4 +1,4 @@ -{ ... }: +{ lib, ... }: let Twitter = builtins.readFile(builtins.fetchUrl { url = "https://github.com/blocklistproject/Lists/raw/f2bdd1deab05f6a22739671cc20a17444e53699f/twitter.txt";