Skip to content

Commit 70e9532

Browse files
committed
docs: fix typo in pkgs arg default value
1 parent 975af6a commit 70e9532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
pkgs ? import <nixpkgs> { config.enableUnfree = true; },
2+
pkgs ? import <nixpkgs> { config.allowUnfree = true; },
33
nuschtosSearch,
44
}:
55
let

0 commit comments

Comments
 (0)