mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-04-15 16:56:37 +00:00
fix example
This commit is contained in:
parent
6bfe1bcf99
commit
205c51af51
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ This attribute set is used as nixpkgs configuration when using nix-darwin.
|
|||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
nixpkgs.config.packageOverrides = self: {
|
||||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
lnl.vim = pkgs.vim_configurable.customize {
|
||||
name = "vim";
|
||||
vimrcConfig.customRC = ''
|
||||
|
|
Loading…
Add table
Reference in a new issue