1
0
Fork 0
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:
Daiderd Jordan 2016-12-14 18:55:42 +01:00
parent 6bfe1bcf99
commit 205c51af51
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -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 = ''