docs: fix typo in pkgs arg default value

This commit is contained in:
Matt Sturgeon 2024-08-28 02:32:17 +01:00
parent 975af6a498
commit 70e9532ec2
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -1,5 +1,5 @@
{
pkgs ? import <nixpkgs> { config.enableUnfree = true; },
pkgs ? import <nixpkgs> { config.allowUnfree = true; },
nuschtosSearch,
}:
let