From 70e9532ec290769e4d671747b0f65b1c29a3c14e Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Wed, 28 Aug 2024 02:32:17 +0100 Subject: [PATCH] docs: fix typo in `pkgs` arg default value --- docs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/default.nix b/docs/default.nix index e17db0822c..9777260e58 100644 --- a/docs/default.nix +++ b/docs/default.nix @@ -1,5 +1,5 @@ { - pkgs ? import { config.enableUnfree = true; }, + pkgs ? import { config.allowUnfree = true; }, nuschtosSearch, }: let