From 0d24f1514339aca5c24c29f1682d56ef3536f3f9 Mon Sep 17 00:00:00 2001 From: Hannes Date: Wed, 25 Feb 2026 19:55:54 +0800 Subject: [PATCH] Add missing lib to Nix flake --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 34804aa37..2f9f07190 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,7 @@ enable = lib.mkEnableOption "Steven Black's hosts file"; enableIPv6 = lib.mkEnableOption "IPv6 rules" // { default = config.networking.enableIPv6; - defaultText = literalExpression "config.networking.enableIPv6"; + defaultText = lib.literalExpression "config.networking.enableIPv6"; }; blockFakenews = lib.mkEnableOption "fakenews hosts entries"; blockGambling = lib.mkEnableOption "gambling hosts entries";