mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 17:24:32 +02:00
docs: fix typo in pkgs
arg default value
This commit is contained in:
parent
975af6a498
commit
70e9532ec2
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
pkgs ? import <nixpkgs> { config.enableUnfree = true; },
|
pkgs ? import <nixpkgs> { config.allowUnfree = true; },
|
||||||
nuschtosSearch,
|
nuschtosSearch,
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue